Package madkit.messages
package madkit.messages
Contains subclasses of
Message
which could be easily
reused. These classes could be used at will by MaDKit agents to communicate.
The simplest one is the ObjectMessage
class which can
convey any kind of Object. Others are related to the Multi-Agent world in
general.- Since:
- MaDKit 1.0
-
ClassDescriptionA message class that conveys a boolean value.A filter that selects messages based on their conversation ID.EnumMessage<E extends Enum<E>>This parameterizable class could be used to build a message tagged with an enumeration and conveying any java objects using an array of Object.A message class that conveys an integer.KernelMessage is a message that can be sent to the kernel agent.MapMessage<K,
V> This class could be used to build message conveyingMap
objects between MaDKit agents.Instances of classes that implement this interface are used to filter messages when consulting the mailbox.This class provides utility methods for working with collections of messages.This parameterizable class could be used to convey any Java Object between MaDKit agents.This message class could be used to interact with a Scheduler agent.A filter that accepts message based on the sender's role.A message class that conveys a string.