Java org.springframework.statemachine.config.model StateData fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine.config.model StateData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine.config.model StateData.

The text is from its open source code.

Method

CollectiongetDeferred()
Gets the deferred.
Collection,Mono>>getEntryActions()
Gets the entry actions.
Collection,Mono>>getExitActions()
Gets the exit actions.
ActiongetInitialAction()
ObjectgetParent()
Gets the parent.
PseudoStateKindgetPseudoStateKind()
Gets the pseudo state kind.
ObjectgetRegion()
Gets the region.
SgetState()
Gets the state.
Collection,Mono>>getStateActions()
Gets the state actions.
StateMachinegetSubmachine()
Gets the submachine.
StateMachineFactorygetSubmachineFactory()
Gets the submachine factory.
Collection>getSubmachineStateData()
Gets the submachine state data.
booleanisEnd()
Checks if is end.
booleanisInitial()
Checks if is initial.