ptolemy.domains.continuous.kernel
Interface ContinuousStatefulComponent

All Known Implementing Classes:
ContinuousDirector, ContinuousIntegrator, HybridModalDirector, Integrator

public interface ContinuousStatefulComponent

Interface for actors and directors that have tentative state that can be rolled back.

Since:
Ptolemy II 6.0
Version:
$Id: ContinuousStatefulComponent.java 47513 2007-12-07 06:32:21Z cxh $
Author:
Haiyang Zheng and Edward A. Lee
Accepted Rating:
Green (eal)
Proposed Rating:
Green (hyzheng)

Method Summary
 void rollBackToCommittedState()
          Roll back to committed state.
 

Method Detail

rollBackToCommittedState

void rollBackToCommittedState()
Roll back to committed state.