ptolemy.domains.modal.kernel
Interface ChoiceAction

All Known Implementing Classes:
OutputActionsAttribute

public interface ChoiceAction

An action implementing this interface is a choice action. When an FSMActor is fired, an enabled transition among the outgoing transitions of the current state is chosen. The choice actions contained by the chosen transition are executed. A choice action may be executed more than once during an iteration in domains with fixed-point semantics.

Since:
Ptolemy II 8.0
Version:
$Id: ChoiceAction.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)