Class IntegerMessage
- All Implemented Interfaces:
Serializable
,Cloneable
A message class that conveys an integer.
- Since:
- MaDKit 5.0.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuilds a new message containing the integer 0Builds a new message containing the integer i -
Method Summary
Methods inherited from class madkit.messages.ObjectMessage
getContent, toString
Methods inherited from class madkit.kernel.Message
clone, getConversationID, getReceiver, getSender, getSenderRole
-
Constructor Details
-
IntegerMessage
Builds a new message containing the integer i- Parameters:
i
- the integer
-
IntegerMessage
public IntegerMessage()Builds a new message containing the integer 0
-