public static class GInterruptible.Interrupt extends ModelObject
END_COLUMN, END_LINE, END_POSITION, RESOURCE_URL, START_COLUMN, START_LINE, START_POSITION| Constructor and Description |
|---|
GInterruptible.Interrupt() |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
getMessages()
This method gets the interrupt messages.
|
Role |
getRole()
This method gets the 'by' role.
|
void |
setMessages(List<Message> mesgs)
This method sets the interrupt messages.
|
void |
setRole(Role role)
This method sets the 'by' role.
|
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 void setRole(Role role)
role - The 'by' rolepublic Role getRole()
public void setMessages(List<Message> mesgs)
mesgs - The messagespublic List<Message> getMessages()
public void visit(Visitor visitor)
ModelObjectvisit in class ModelObjectvisitor - The visitorpublic void toText(StringBuffer buf, int level)
ModelObjecttoText in class ModelObjectbuf - The text bufferlevel - The indentation level, if relevantCopyright © 2014. All Rights Reserved.