public class LProtocolInstance extends LProtocolDecl
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LProtocolInstance()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getArguments()
This method returns the parameter declarations associated with
the protocol.
|
String |
getMemberName()
This method returns the member name.
|
List<RoleInstantiation> |
getRoleInstantiations()
This method returns the role declarations associated with
the protocol.
|
void |
setMemberName(String name)
This method sets the member name.
|
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 String getMemberName()
public void setMemberName(String name)
name - The namepublic List<RoleInstantiation> getRoleInstantiations()
public List<Argument> getArguments()
public 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.