Uses of Interface
repast.simphony.engine.schedule.ISchedulableActionFactory
-
Uses of ISchedulableActionFactory in repast.simphony.engine.graph
Modifier and TypeMethodDescriptionDefaultGraphScheduleFactory.createSchedule
(ISchedulableActionFactory factory) Creates a schedule using the specified action factoryvoid
DefaultGraphScheduleFactory.setDefaultSchedulableActionFactory
(ISchedulableActionFactory defaultFactory) Sets the default action factory to be used with constructing schedulesModifierConstructorDescriptionDefaultGraphScheduleFactory
(ISchedulableActionFactory defaultActionFactory) Constructs this graph schedule factory which will default to producing graphs with the specified action factory. -
Uses of ISchedulableActionFactory in repast.simphony.engine.schedule
Modifier and TypeClassDescriptionclass
Default implementation of an ISchedulableActionFactory.Modifier and TypeMethodDescriptionDefaultScheduleFactory.createSchedule
(ISchedulableActionFactory factory) Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.IScheduleFactory.createSchedule
(ISchedulableActionFactory factory) Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.void
DefaultScheduleFactory.setDefaultSchedulableActionFactory
(ISchedulableActionFactory defaultFactory) Sets the action factory that will be used when createSchedule is called with no arguments.void
IScheduleFactory.setDefaultSchedulableActionFactory
(ISchedulableActionFactory defaultFactory) Sets the action factory that will be used when createSchedule is called with no arguments.ModifierConstructorDescriptionDefaultScheduleFactory
(ISchedulableActionFactory defaultActionFactory) Constructs this ScheduleFactory which will default to creating schedules with the specified action factorySchedule
(ISchedulableActionFactory factory) Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.