public class LSend extends LActivity
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LSend()
The default constructor.
|
LSend(LSend i)
The copy constructor.
|
LSend(Message sig,
Role toRole)
This constructor initializes the 'to' role and message
signature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Message |
getMessage()
This method returns the message.
|
List<Role> |
getToRoles()
This method returns the 'to' roles.
|
int |
hashCode() |
void |
setMessage(Message message)
This method sets the message.
|
void |
setToRoles(List<Role> part)
This method sets the 'to' roles.
|
String |
toString() |
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 LSend()
public LSend(LSend i)
i - The interaction to copypublic Message getMessage()
public void setMessage(Message message)
message - The messagepublic List<Role> getToRoles()
public void setToRoles(List<Role> part)
part - The 'to' rolespublic 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.