Interface ContinuousStatefulDirector

  • All Superinterfaces:
    ContinuousStatefulComponent
    All Known Implementing Classes:
    ContinuousDirector

    public interface ContinuousStatefulDirector
    extends ContinuousStatefulComponent
    Interface for directors that have a getCurrentStepSize() method and have state that can be rolled back.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Green (eal)
    Pt.ProposedRating:
    Green (hyzheng)
    • Method Detail

      • getCurrentStepSize

        double getCurrentStepSize()
        Return the current integration step size.
        Returns:
        The current integration step size.
      • getErrorTolerance

        double getErrorTolerance()
        Return the local truncation error tolerance.
        Returns:
        The local truncation error tolerance.