org.scribble.protocol.model
Class Unordered

java.lang.Object
  extended by org.scribble.protocol.model.ModelObject
      extended by org.scribble.protocol.model.Activity
          extended by org.scribble.protocol.model.Unordered

public class Unordered
extends Activity

This class represents the Unordered construct.


Constructor Summary
Unordered()
          This is the default constructor.
 
Method Summary
 Block getBlock()
          This method returns the activities.
 void setBlock(Block block)
          This method sets the block.
 void visit(Visitor visitor)
          This method visits the model object using the supplied visitor.
 
Methods inherited from class org.scribble.protocol.model.Activity
getEnclosingProtocol
 
Methods inherited from class org.scribble.protocol.model.ModelObject
derivedFrom, getAnnotations, getModel, getParent, getProperties, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unordered

public Unordered()
This is the default constructor.

Method Detail

getBlock

public Block getBlock()
This method returns the activities.

Returns:
The block of activities

setBlock

public void setBlock(Block block)
This method sets the block.

Parameters:
block - The block

visit

public void visit(Visitor visitor)
This method visits the model object using the supplied visitor.

Specified by:
visit in class ModelObject
Parameters:
visitor - The visitor


Copyright © 2008-Present Scribble.org. All Rights Reserved.