Package org.nuiton.eugene.models.state
Interface StateModelSimpleState
-
- All Superinterfaces:
StateModelState
- All Known Implementing Classes:
StateModelSimpleStateImpl
public interface StateModelSimpleState extends StateModelState
StateModelSimpleState A simple state.- Author:
- chatellier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFinal()
State final statusboolean
isInitial()
State initial status-
Methods inherited from interface org.nuiton.eugene.models.state.StateModelState
getName, getTransitions, isComplex
-
-