ptolemy.domains.fsm.kernel
Interface CommitAction

All Known Implementing Classes:
CommitActionsAttribute

public interface CommitAction

An action implementing this interface is a commit action. When an FSMActor is postfired, the chosen transition of the latest firing of the actor is committed. The commit actions contained by the transition are executed and the current state of the actor is set to the destination state of the transition.

Since:
Ptolemy II 0.4
Version:
$Id: CommitAction.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Xiaojun Liu
See Also:
Action, Transition, FSMActor
Accepted Rating:
Yellow (liuxj)
Proposed Rating:
Yellow (liuxj)