Package org.nuiton.eugene.models.state
Interface StateModelTransition
-
- All Known Implementing Classes:
StateModelTransitionImpl
public interface StateModelTransition
StateModelTransition A transition points to a state and has an avent.- Author:
- chatellier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateModelState
getDestinationState()
Return the destination stateString
getEvent()
Return the event name
-
-
-
Method Detail
-
getDestinationState
StateModelState getDestinationState()
Return the destination state- Returns:
- a state
-
getEvent
String getEvent()
Return the event name- Returns:
- the event name
-
-