@InterfaceAudience.Public @InterfaceStability.Evolving public interface MultipleArcTransition<OPERAND,EVENT,STATE extends Enum<STATE>>
| Modifier and Type | Method and Description | 
|---|---|
| STATE | transition(OPERAND operand,
                    EVENT event)Transition hook. | 
STATE transition(OPERAND operand, EVENT event)
operand - the entity attached to the FSM, whose internal 
                state may change.event - causal eventCopyright © 2016 Apache Software Foundation. All rights reserved.