Uses of Interface
repast.simphony.engine.schedule.IActionFactory
Packages that use IActionFactory
-
Uses of IActionFactory in repast.simphony.engine.schedule
Classes in repast.simphony.engine.schedule that implement IActionFactoryModifier and TypeClassDescriptionclassDefault factory for producing IActions to be executed by a Schedule.Fields in repast.simphony.engine.schedule declared as IActionFactoryModifier and TypeFieldDescriptionprotected IActionFactoryDefaultSchedulableActionFactory.actionFactoryThe factory used to create IActions.Methods in repast.simphony.engine.schedule that return IActionFactoryModifier and TypeMethodDescriptionDefaultSchedulableActionFactory.getActionFactory()Gets the IActionFactory used to create the IActions needed by this DefaultSchedulableActionFactory.ISchedulableActionFactory.getActionFactory()Gets the IActionFactory wrapped by the ISchedulableActionFactory.Constructors in repast.simphony.engine.schedule with parameters of type IActionFactoryModifierConstructorDescriptionDefaultSchedulableActionFactory(IActionFactory actionFactory) Creates a DefaultSchedulableActionFactory that uses the specified action factory to create IActions.