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