it.amattioli.workstate.config
Class MetaStateBuilder
java.lang.Object
it.amattioli.workstate.config.MetaStateBuilder
- Direct Known Subclasses:
- MetaFinalStateBuilder, MetaInitialStateBuilder, MetaJunctionPointBuilder, MetaRealStateBuilder
public abstract class MetaStateBuilder
- extends Object
Allows the construction of a MetaState instance given the configuration
strings read from a datasource.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builtState
protected MetaState builtState
MetaStateBuilder
public MetaStateBuilder(String id)
- Construct a builder given the id of the state.
getId
public String getId()
- Return the identifier of the state that is being built
createMetaState
protected abstract MetaState createMetaState()
getBuiltMetaState
public MetaState getBuiltMetaState()
- Return the built state.
setEntryAction
public void setEntryAction(String entryAction)
setExitAction
public void setExitAction(String exitAction)
Copyright © 2011. All Rights Reserved.