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$
    Author:
    Xiaojun Liu
    See Also:
    Action, Transition, FSMActor
    Pt.AcceptedRating:
    Yellow (liuxj)
    Pt.ProposedRating:
    Yellow (liuxj)