Uses of Package
repast.simphony.engine.controller
Package
Description
-
-
-
-
ClassDescriptionAn abstract
ControllerAction
that aims to simplify the implementation of ControllerActions.Takes a Class and returns true or false depending on whether or not the Class passes the filter.Interface representing the Controller for the simulation.An action that takes aContextSchedulableDescriptor
and schedules it usingISchedule.scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...)
.An action that takes aSchedulableDescriptor
and will schedule it to the model's schedule.A Controller action that executes based on aDescriptor
.A null implementation of anAbstractControllerAction
. -
-
ClassDescriptionThis is a simple action that schedules an
IAction
in itsSchedulingControllerAction.runInitialize(RunState, Object, Parameters)
method using a givenScheduleParameters
. -
ClassDescriptionThis is a simple action that schedules an
IAction
in itsSchedulingControllerAction.runInitialize(RunState, Object, Parameters)
method using a givenScheduleParameters
. -
-
ClassDescriptionInterface representing the Controller for the simulation.A Controller action that executes based on a
Descriptor
. -
ClassDescriptionAn action that takes a
SchedulableDescriptor
and will schedule it to the model's schedule. -
-
-