public static class LInterruptible.Throw extends ModelObject
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
LInterruptible.Throw() |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
getMessages()
This method gets the interrupt messages.
|
List<Role> |
getToRoles()
This method returns the 'to' roles.
|
void |
setMessages(List<Message> mesgs)
This method sets the interrupt messages.
|
void |
setToRoles(List<Role> part)
This method sets the 'to' roles.
|
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.
|
derivedFrom, getModule, getParent, getParent, getProperties, indent, setParentpublic List<Role> getToRoles()
public void setToRoles(List<Role> part)
part - The 'to' rolespublic void setMessages(List<Message> mesgs)
mesgs - The messagespublic List<Message> getMessages()
public void toText(StringBuffer buf, int level)
ModelObjecttoText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantpublic void visit(Visitor visitor)
ModelObjectvisit in class ModelObjectvisitor - The visitorCopyright © 2014. All Rights Reserved.