Package ptolemy.actor.continuous
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCurrentStepSize()
Return the current integration step size.double
getErrorTolerance()
Return the local truncation error tolerance.-
Methods inherited from interface ptolemy.actor.continuous.ContinuousStatefulComponent
rollBackToCommittedState
-
-