public class LDo extends LActivity
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LDo()
This is the default constructor.
|
LDo(LDo copy)
This is the copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getArguments()
This method returns the argument list.
|
String |
getProtocol()
This method returns the protocol.
|
List<RoleInstantiation> |
getRoleInstantiations()
This method returns the argument list.
|
String |
getScope()
This method returns the optional scope name.
|
void |
setProtocol(String protocol)
This method sets the protocol.
|
void |
setScope(String scope)
This method sets the optional scope name.
|
void |
toText(StringBuffer buf,
int level)
This method generates a text representation of the protocol component.
|
void |
visit(LVisitor visitor)
This method visits the model object using the supplied
visitor.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic LDo()
public LDo(LDo copy)
copy - The copypublic String getProtocol()
public void setProtocol(String protocol)
protocol - The protocolpublic String getScope()
public void setScope(String scope)
scope - The scope namepublic List<Argument> getArguments()
public List<RoleInstantiation> getRoleInstantiations()
public void visit(LVisitor visitor)
public void toText(StringBuffer buf, int level)
toText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.