it.amattioli.workstate.core
Class MetaFinalState
java.lang.Object
it.amattioli.workstate.core.MetaState
it.amattioli.workstate.core.MetaPseudoState
it.amattioli.workstate.core.MetaFinalState
- All Implemented Interfaces:
- Receiver
public class MetaFinalState
- extends MetaPseudoState
- Author:
- a.mattioli
MetaFinalState
public MetaFinalState()
newState
public State newState(CompositeState parent)
- Description copied from class:
MetaState
- Create a new
State based on this meta-state. Implementations of
this method must call MetaState.checkParentState(CompositeState) to check
that the passed state is admittable as parent state for the state that
will be created.
- Specified by:
newState in class MetaState
- Parameters:
parent - the parent state for the state that will be created
- Returns:
- the new state
toString
public String toString()
- Overrides:
toString in class MetaPseudoState
Copyright © 2011. All Rights Reserved.