ptolemy.domains.modal.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 8.0
Version:
$Id: CommitAction.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Xiaojun Liu
See Also:
Action, Transition, FSMActor
Accepted Rating:
Yellow (liuxj)
Proposed Rating:
Yellow (liuxj)