|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.conversation.standard.ConversationImpl.ConversationProtocol
Class to contain information about the protocol to be used.
Field Summary | |
int |
_conv_state
State of conversation at this node |
java.util.List |
_following_nodes
Reference to following nodes |
boolean |
_initiator
Initiator should send performative at this node? |
java.lang.String |
_performative
Performative to be used for this branch |
boolean |
_wait_for_response
Wait for response, if none is received end the conversation |
Constructor Summary | |
ConversationImpl.ConversationProtocol()
|
Method Summary | |
java.lang.Object |
clone()
Clone this object |
ConversationImpl.ConversationProtocol |
clone(java.util.List originals,
java.util.List clones)
Clone this object recursively |
void |
removeReferences()
Renders object ready for garbage collection |
java.lang.String |
toString()
Overrides default toString() |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String _performative
public boolean _initiator
public java.util.List _following_nodes
public int _conv_state
public boolean _wait_for_response
Constructor Detail |
public ConversationImpl.ConversationProtocol()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public void removeReferences()
public java.lang.Object clone()
clone
in class java.lang.Object
public ConversationImpl.ConversationProtocol clone(java.util.List originals, java.util.List clones)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |