Package repast.simphony.statecharts
Interface StateChartSimIntegrator
- All Known Implementing Classes:
DefaultIntegrator
public interface StateChartSimIntegrator
Interface for classes that can integrate a statechart into
the larger simulation.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionboolean
integrate
(StateChart<?> chart) Integrates the specified StateChart with the larger simulation.void
reset()
Resets this StateChartSimIntegrator.
-
Method Details
-
integrate
Integrates the specified StateChart with the larger simulation.- Parameters:
chart
-- Returns:
- true if the integration worked, otherwise false.
-
reset
void reset()Resets this StateChartSimIntegrator.
-