Class ConversationID
java.lang.Object
madkit.kernel.ConversationID
- All Implemented Interfaces:
Serializable
This class represents the conversation ID to which a message belongs. When a message is
created, it is given an ID that will be used to tag all the messages that will be
created for answering this message using
Agent.reply(Message, Message)
like
methods. Especially, if the answer is again used for replying, the ID will be used
again to tag this new answer, and so on.- Since:
- MadKit 5.0.4
- See Also:
-
Method Summary
-
Method Details
-
toString
-
equals
-
hashCode
-