Uses of Interface
repast.simphony.statecharts.StateChart
-
Uses of StateChart in repast.simphony.statecharts
Modifier and TypeMethodDescriptionstatic void
StateChartScheduler.beginLater
(double later, StateChart<?> sc) Convenience method to schedule a statechart for activation at a later time.static void
StateChartScheduler.beginNow
(StateChart<?> sc) Convenience method to schedule a statechart for immediate activation.void
StateChartScheduler.beginNowWithoutScheduling
(StateChart<?> sc) Method to begin the statechart now without using the schedule.boolean
DefaultIntegrator.integrate
(StateChart<?> chart) boolean
StateChartSimIntegrator.integrate
(StateChart<?> chart) Integrates the specified StateChart with the larger simulation.void
StateChartBeginAction.registerListener
(StateChart<?> sc) void
StateChartResolveAction.registerListener
(StateChart<?> sc) void
StateChartBeginAction.removeListener
(StateChart<?> sc) void
StateChartResolveAction.removeListener
(StateChart<?> sc) protected void
StateChartScheduler.removeResolveTime
(double nextTime, StateChart<?> sc) void
StateChartScheduler.scheduleBeginTime
(double nextTime, StateChart<?> sc) Called by generated statechart code to schedule the begin time for a statechart.protected void
StateChartScheduler.scheduleResolveTime
(double nextTime, StateChart<?> sc) -
Uses of StateChart in repast.simphony.statecharts.runtime
Modifier and TypeFieldDescriptionprotected Map<StateChart,
List<UICreatorFactory.StateChartButton>> UICreatorFactory.WindowRegistry.buttonRegistry
protected Map<StateChart,
StateChartSVGDisplayController> UICreatorFactory.WindowRegistry.windowRegistry
Modifier and TypeMethodDescriptionUICreatorFactory.WindowRegistry.getButtonRegistry()
UICreatorFactory.WindowRegistry.getWindowRegistry()
Modifier and TypeMethodDescriptionvoid
UICreatorFactory.WindowRegistry.addButton
(StateChart statechart, UICreatorFactory.StateChartButton button) void
UICreatorFactory.WindowRegistry.addWindow
(StateChart statechart, StateChartSVGDisplayController controller) UICreatorFactory.WindowRegistry.getController
(StateChart statechart) void
UICreatorFactory.WindowRegistry.removeWindow
(StateChart statechart) ModifierConstructorDescriptionStateChartSVGDisplayController
(Object agent, StateChart<?> stateChart)