|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.model.fmfw.behaviorimpl.DefaultStateMachineFactory
コンストラクタの概要 | |
DefaultStateMachineFactory(AbstractBehavior behavior)
コンストラクタ |
メソッドの概要 | |
CompositeState |
createCompositeState(java.lang.String name)
|
State |
createHistoryState()
|
State |
createInitialState()
|
State |
createState(java.lang.String name)
|
State |
createTerminalState()
|
Transition |
createTransition()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DefaultStateMachineFactory(AbstractBehavior behavior)
メソッドの詳細 |
public CompositeState createCompositeState(java.lang.String name)
StateMachineFactory
内の createCompositeState
StateMachineFactory.createCompositeState(String)
public State createState(java.lang.String name)
StateMachineFactory
内の createState
StateMachineFactory.createState(String)
public State createInitialState()
StateMachineFactory
内の createInitialState
StateMachineFactory.createInitialState()
public State createTerminalState()
StateMachineFactory
内の createTerminalState
StateMachineFactory.createTerminalState()
public State createHistoryState()
StateMachineFactory
内の createHistoryState
StateMachineFactory.createHistoryState()
public Transition createTransition()
StateMachineFactory
内の createTransition
StateMachineFactory.createTransition()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |