|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scribble.protocol.model.ModelObject
org.scribble.protocol.model.Activity
org.scribble.protocol.model.RecBlock
public class RecBlock

This class represents the Recur construct.
| Constructor Summary | |
|---|---|
RecBlock()
This is the default constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Block |
getBlock()
This method returns the activities. |
String |
getLabel()
This method returns the label associated with the labelled block construct. |
int |
hashCode()
|
void |
setBlock(Block block)
This method sets the block. |
void |
setLabel(String label)
This method sets the label associated with the labelled block construct. |
String |
toString()
|
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecBlock()
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - The labelpublic Block getBlock()
public void setBlock(Block block)
block - The blockpublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitorpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||