| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to contain information about the protocol to be used.
Field Summary | |
int | _conv_state State of conversation at this node |
List | _following_nodes Reference to following nodes |
String | _performative Performative to be used for this branch |
int | _receiver_number Receiver number for this node |
int | _sender_number Sender number for this node |
boolean | _wait_for_response Wait for response, if none is received end the conversation |
Method Summary | |
Object | clone() Clone this object |
ConversationProtocol | clone(List originals, List clones) Clone this object recursively |
void | removeReferences() Renders object ready for garbage collection |
String | toString() Overrides default toString() |
Field Detail |
public int _conv_state
public List _following_nodes
public String _performative
public int _receiver_number
public int _sender_number
public boolean _wait_for_response
Method Detail |
public Object clone()
public ConversationProtocol clone(List originals, List clones)
public void removeReferences()
public String toString()
Association Links |
to Class java.util.List
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |