クラス
org.boxed_economy.besp.model.fmfw.behaviorimpl.DefaultTransition の使用

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

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

DefaultTransition を返す org.boxed_economy.besp.model.fmfw.behaviorimpl のメソッド
 DefaultTransition TransitioningState.getReceivableTransition(Event e)
           
 DefaultTransition DefaultStateMachineImpl.getReceivableTransition(Event e)
          受け取ったイベントに適した遷移を探して返します
 DefaultTransition DefaultState.getReceivableTransition(Event e)
          イベントを受け取った結果発火する遷移を取得します 無い場合はnullを返します