public class LProtocolDefinition extends LProtocolDecl
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LProtocolDefinition()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LBlock |
getBlock()
This method returns the block of activities associated
with the definition.
|
void |
setBlock(LBlock block)
This method sets the block of activities associated
with the definition.
|
String |
toString() |
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(Visitor visitor)
This method visits the model object using the supplied
visitor.
|
getLocalRole, setLocalRolegetModule, getName, getParameterDeclaration, getParameterDeclarations, getRoleDeclaration, getRoleDeclarations, setNamederivedFrom, getParent, getParent, getProperties, indent, setParentpublic LBlock getBlock()
public void setBlock(LBlock block)
block - The block of activitiespublic void visit(Visitor visitor)
visit in class ModelObjectvisitor - The visitorpublic void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.