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, setParent
public 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)
ModelObject
visit
in class ModelObject
visitor
- The visitorpublic void toText(StringBuffer buf, int level)
ModelObject
toText
in class ModelObject
buf
- The text bufferlevel
- The indentation level, if relevantCopyright © 2014. All Rights Reserved.