Uses of Class
madkit.message.EnumMessage
Packages that use EnumMessage
Package
Description
Provides classes that are fundamental to the design of MaDKit applications.
Contains subclasses of
Message
which could be easily reused.-
Uses of EnumMessage in madkit.kernel
Methods in madkit.kernel with parameters of type EnumMessageModifier and TypeMethodDescription<E extends Enum<E>>
voidAbstractAgent.proceedEnumMessage
(EnumMessage<E> message) Proceeds anEnumMessage
so that if it is correctly built, the agent will trigger its corresponding behavior using the parameters of the message. -
Uses of EnumMessage in madkit.message
Subclasses of EnumMessage in madkit.messageModifier and TypeClassDescriptionclass
Message type that could be used to ask the gui manager to do somethingclass
The brand new version of KernelMessage.class
This message class could be used to interact with a Scheduler agent.