Uses of Interface
repast.simphony.engine.schedule.IActionFactory
-
Uses of IActionFactory in repast.simphony.engine.schedule
Modifier and TypeClassDescriptionclass
Default factory for producing IActions to be executed by a Schedule.Modifier and TypeFieldDescriptionprotected IActionFactory
DefaultSchedulableActionFactory.actionFactory
The factory used to create IActions.Modifier and TypeMethodDescriptionDefaultSchedulableActionFactory.getActionFactory()
Gets the IActionFactory used to create the IActions needed by this DefaultSchedulableActionFactory.ISchedulableActionFactory.getActionFactory()
Gets the IActionFactory wrapped by the ISchedulableActionFactory.ModifierConstructorDescriptionDefaultSchedulableActionFactory
(IActionFactory actionFactory) Creates a DefaultSchedulableActionFactory that uses the specified action factory to create IActions.