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 Type
    Method
    Description
    boolean
    Integrates the specified StateChart with the larger simulation.
    void
    Resets this StateChartSimIntegrator.
  • Method Details

    • integrate

      boolean integrate(StateChart<?> chart)
      Integrates the specified StateChart with the larger simulation.
      Parameters:
      chart -
      Returns:
      true if the integration worked, otherwise false.
    • reset

      void reset()
      Resets this StateChartSimIntegrator.