Schnittstelle ICanBeEndState
- Alle bekannten Unterschnittstellen:
IDoState
,IGuardReceiveState
,IReceiveState
- Alle bekannten Implementierungsklassen:
DoState
,GuardReceiveState
,ReceiveState
public interface ICanBeEndState
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
direct way to determin the whether this state is of the EndState type.void
setEndState
(boolean isEndState) Support function that allows to easily set Do/receive state to be an End State Removes or adds the StateType.EndState from this state Equal to remove/set Statetype(StateType.EndState) method
-
Methodendetails
-
setEndState
void setEndState(boolean isEndState) Support function that allows to easily set Do/receive state to be an End State Removes or adds the StateType.EndState from this state Equal to remove/set Statetype(StateType.EndState) method- Parameter:
isEndState
- true= make this State an end state, false = remove end-State status
-
isEndState
boolean isEndState()direct way to determin the whether this state is of the EndState type.- Gibt zurück:
- True if this state has the StateType.EndState attribute
-