Package ptolemy.actor.continuous
Interface ContinuousStatefulComponent
-
- All Known Subinterfaces:
ContinuousStatefulDirector
- All Known Implementing Classes:
ContinuousDirector,ContinuousIntegrator,FMUImport,FMUImportHybrid,FMUQSS,HybridModalDirector,Integrator
public interface ContinuousStatefulComponentInterface for actors and directors that have tentative state that can be rolled back.- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Haiyang Zheng and Edward A. Lee
- Pt.AcceptedRating:
- Green (eal)
- Pt.ProposedRating:
- Green (hyzheng)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrollBackToCommittedState()Roll back to committed state.
-
-
-
Method Detail
-
rollBackToCommittedState
void rollBackToCommittedState() throws IllegalActionExceptionRoll back to committed state.- Throws:
IllegalActionException- If the rollback attempts to go back further than the last committed time.
-
-