S
- the type of stateE
- the type of eventpublic interface StateMachineTransitionConfigurer<S,E>
Modifier and Type | Method and Description |
---|---|
ChoiceTransitionConfigurer<S,E> |
withChoice()
Gets a configurer for transition from a choice pseudostate.
|
EntryTransitionConfigurer<S,E> |
withEntry()
Gets a configurer for transition from an entrypoint pseudostate.
|
ExitTransitionConfigurer<S,E> |
withExit()
Gets a configurer for transition from an exitpoint pseudostate.
|
ExternalTransitionConfigurer<S,E> |
withExternal()
Gets a configurer for external transition.
|
ForkTransitionConfigurer<S,E> |
withFork()
Gets a configurer for transition from a fork pseudostate.
|
HistoryTransitionConfigurer<S,E> |
withHistory()
Gets a configurer for default history transition.
|
InternalTransitionConfigurer<S,E> |
withInternal()
Gets a configurer for internal transition.
|
JoinTransitionConfigurer<S,E> |
withJoin()
Gets a configurer for transition from a join pseudostate.
|
JunctionTransitionConfigurer<S,E> |
withJunction()
Gets a configurer for transition from a junction pseudostate.
|
LocalTransitionConfigurer<S,E> |
withLocal()
Gets a configurer for local transition.
|
ExternalTransitionConfigurer<S,E> withExternal() throws java.lang.Exception
ExternalTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happenswithLocal()
InternalTransitionConfigurer<S,E> withInternal() throws java.lang.Exception
InternalTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensLocalTransitionConfigurer<S,E> withLocal() throws java.lang.Exception
LocalTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensChoiceTransitionConfigurer<S,E> withChoice() throws java.lang.Exception
ChoiceTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensJunctionTransitionConfigurer<S,E> withJunction() throws java.lang.Exception
JunctionTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensForkTransitionConfigurer<S,E> withFork() throws java.lang.Exception
ForkTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensJoinTransitionConfigurer<S,E> withJoin() throws java.lang.Exception
JoinTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensEntryTransitionConfigurer<S,E> withEntry() throws java.lang.Exception
EntryTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensExitTransitionConfigurer<S,E> withExit() throws java.lang.Exception
ExitTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happensHistoryTransitionConfigurer<S,E> withHistory() throws java.lang.Exception
HistoryTransitionConfigurer
for chainingjava.lang.Exception
- if configuration error happens