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 anEnumMessageso 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 TypeClassDescriptionclassMessage type that could be used to ask the gui manager to do somethingclassThe brand new version of KernelMessage.classThis message class could be used to interact with a Scheduler agent.