Package madkit.simulation.activator
package madkit.simulation.activator
Contains activators for simulation authoring.
- Since:
- MaDKit 1.6
- Version:
- 5.0
- Author:
- Fabien Michel, Olivier Gutknecht
-
ClassDescriptionDateBasedDiscreteEventActivator<A extends AbstractAgent>A behavior activator that is designed to work with a
DateBasedDiscreteEventScheduler
, that is following a discrete-event simulation scheme.DiscreteEventAgentsActivator<A extends AbstractAgent>An activator that works using a discrete-event simulation scheme.GenericBehaviorActivator<A extends AbstractAgent>An activator that invokes a single method with no parameters on a group of agents.