Package ptolemy.actor.continuous
Interface ContinuousStatefulComponent
-
- All Known Subinterfaces:
ContinuousStatefulDirector
- All Known Implementing Classes:
ContinuousDirector
,ContinuousIntegrator
,FMUImport
,FMUImportHybrid
,FMUQSS
,HybridModalDirector
,Integrator
public interface ContinuousStatefulComponent
Interface 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 void
rollBackToCommittedState()
Roll back to committed state.
-
-
-
Method Detail
-
rollBackToCommittedState
void rollBackToCommittedState() throws IllegalActionException
Roll back to committed state.- Throws:
IllegalActionException
- If the rollback attempts to go back further than the last committed time.
-
-