Package madkit.kernel

Class ConversationID

java.lang.Object
madkit.kernel.ConversationID
All Implemented Interfaces:
Serializable

public final class ConversationID extends Object implements 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 AbstractAgent.sendReply(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
Author:
Fabien Michel
See Also: