インタフェース
org.boxed_economy.besp.model.fmfw.behavior.Transition の使用

Transition を使用しているパッケージ
org.boxed_economy.besp.model.fmfw.behavior   
org.boxed_economy.besp.model.fmfw.behaviorimpl   
 

org.boxed_economy.besp.model.fmfw.behavior での Transition の使用
 

Transition を返す org.boxed_economy.besp.model.fmfw.behavior のメソッド
 Transition StateMachineFactory.createTransition()
           
 

org.boxed_economy.besp.model.fmfw.behaviorimpl での Transition の使用
 

Transition を実装している org.boxed_economy.besp.model.fmfw.behaviorimpl のクラス
 class DefaultTransition
           
 

Transition を返す org.boxed_economy.besp.model.fmfw.behaviorimpl のメソッド
 Transition TransitioningState.getTransition()
          Method getTransition.
 Transition DefaultStateMachineFactory.createTransition()
           
 Transition DefaultRootStateMachine.createTransition()
           
 

Transition 型のパラメータを持つ org.boxed_economy.besp.model.fmfw.behaviorimpl のメソッド
 void TransitioningState.addTransition(Transition transition)
           
 void DefaultState.addTransition(Transition transition)
          Method addTransition.
 

Transition 型のパラメータを持つ org.boxed_economy.besp.model.fmfw.behaviorimpl のコンストラクタ
TransitioningState(Transition transition)
          Constructor for TransitioningState.