Uses of Interface
repast.simphony.engine.schedule.ISchedulableActionFactory
Packages that use ISchedulableActionFactory
-
Uses of ISchedulableActionFactory in repast.simphony.engine.graph
Methods in repast.simphony.engine.graph with parameters of type ISchedulableActionFactoryModifier 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 schedulesConstructors in repast.simphony.engine.graph with parameters of type ISchedulableActionFactoryModifierConstructorDescriptionDefaultGraphScheduleFactory
(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
Classes in repast.simphony.engine.schedule that implement ISchedulableActionFactoryModifier and TypeClassDescriptionclass
Default implementation of an ISchedulableActionFactory.Fields in repast.simphony.engine.schedule declared as ISchedulableActionFactoryMethods in repast.simphony.engine.schedule with parameters of type ISchedulableActionFactoryModifier 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.Constructors in repast.simphony.engine.schedule with parameters of type ISchedulableActionFactoryModifierConstructorDescriptionDefaultScheduleFactory
(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.