org.boxed_economy.besp.model.fmfw.behavior
インタフェース StateMachineFactory
- 既知のサブインタフェースの一覧:
- RootStateMachine
- 既知の実装クラスの一覧:
- DefaultRootStateMachine, DefaultStateMachineFactory
- public interface StateMachineFactory
- バージョン:
- $Id: StateMachineFactory.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
- 作成者:
- macchan
createCompositeState
public CompositeState createCompositeState(java.lang.String name)
createState
public State createState(java.lang.String name)
createInitialState
public State createInitialState()
createTerminalState
public State createTerminalState()
createHistoryState
public State createHistoryState()
createTransition
public Transition createTransition()