Uses of Interface
repast.simphony.statecharts.StateChart
Packages that use StateChart
- 
Uses of StateChart in repast.simphony.statechartsClasses 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 voidStateChartScheduler.beginLater(double later, StateChart<?> sc) Convenience method to schedule a statechart for activation at a later time.static voidStateChartScheduler.beginNow(StateChart<?> sc) Convenience method to schedule a statechart for immediate activation.voidStateChartScheduler.beginNowWithoutScheduling(StateChart<?> sc) Method to begin the statechart now without using the schedule.booleanDefaultIntegrator.integrate(StateChart<?> chart) booleanStateChartSimIntegrator.integrate(StateChart<?> chart) Integrates the specified StateChart with the larger simulation.voidStateChartBeginAction.registerListener(StateChart<?> sc) voidStateChartResolveAction.registerListener(StateChart<?> sc) voidStateChartBeginAction.removeListener(StateChart<?> sc) voidStateChartResolveAction.removeListener(StateChart<?> sc) protected voidStateChartScheduler.removeResolveTime(double nextTime, StateChart<?> sc) voidStateChartScheduler.scheduleBeginTime(double nextTime, StateChart<?> sc) Called by generated statechart code to schedule the begin time for a statechart.protected voidStateChartScheduler.scheduleResolveTime(double nextTime, StateChart<?> sc) 
- 
Uses of StateChart in repast.simphony.statecharts.runtimeFields in repast.simphony.statecharts.runtime with type parameters of type StateChartModifier and TypeFieldDescriptionprotected Map<StateChart,List<UICreatorFactory.StateChartButton>> UICreatorFactory.WindowRegistry.buttonRegistryprotected Map<StateChart,StateChartSVGDisplayController> UICreatorFactory.WindowRegistry.windowRegistryMethods 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 TypeMethodDescriptionvoidUICreatorFactory.WindowRegistry.addButton(StateChart statechart, UICreatorFactory.StateChartButton button) voidUICreatorFactory.WindowRegistry.addWindow(StateChart statechart, StateChartSVGDisplayController controller) UICreatorFactory.WindowRegistry.getController(StateChart statechart) voidUICreatorFactory.WindowRegistry.removeWindow(StateChart statechart) Constructors in repast.simphony.statecharts.runtime with parameters of type StateChartModifierConstructorDescriptionStateChartSVGDisplayController(Object agent, StateChart<?> stateChart)