Uses of Enum Class
madkit.action.SchedulingAction
Packages that use SchedulingAction
Package
Description
Contains enumerations useful for (1) interacting with
agents and (2) building customized GUI.
Contains subclasses of
Message
which could be easily reused.-
Uses of SchedulingAction in madkit.action
Methods in madkit.action that return SchedulingActionModifier and TypeMethodDescriptionstatic SchedulingAction
Returns the enum constant of this class with the specified name.static SchedulingAction[]
SchedulingAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SchedulingAction in madkit.message
Constructors in madkit.message with parameters of type SchedulingActionModifierConstructorDescriptionSchedulingMessage
(SchedulingAction schedulerAction, Object... info)