Uses of Interface
repast.simphony.statecharts.StateChart
Packages that use StateChart
-
Uses of StateChart in repast.simphony.statecharts
Classes in repast.simphony.statecharts that implement StateChartMethods in repast.simphony.statecharts that return StateChartMethods in repast.simphony.statecharts with parameters of type StateChartModifier 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
Fields in repast.simphony.statecharts.runtime with type parameters of type StateChartModifier and TypeFieldDescriptionprotected Map<StateChart,
List<UICreatorFactory.StateChartButton>> UICreatorFactory.WindowRegistry.buttonRegistry
protected Map<StateChart,
StateChartSVGDisplayController> UICreatorFactory.WindowRegistry.windowRegistry
Methods in repast.simphony.statecharts.runtime that return types with arguments of type StateChartModifier and TypeMethodDescriptionUICreatorFactory.WindowRegistry.getButtonRegistry()
UICreatorFactory.WindowRegistry.getWindowRegistry()
Methods in repast.simphony.statecharts.runtime with parameters of type StateChartModifier 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) Constructors in repast.simphony.statecharts.runtime with parameters of type StateChartModifierConstructorDescriptionStateChartSVGDisplayController
(Object agent, StateChart<?> stateChart)