@InterfaceAudience.Public @InterfaceStability.Evolving public interface SingleArcTransition<OPERAND,EVENT>
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | transition(OPERAND operand,
          EVENT event)Transition hook. | 
void 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.