Class StatesData<S,E>

java.lang.Object
org.springframework.statemachine.config.model.StatesData<S,E>
Type Parameters:
S - the type of state
E - the type of event

public class StatesData<S,E> extends Object
Data object used return and build data from a StateConfigurer.
Author:
Janne Valkealahti
  • Constructor Details

    • StatesData

      public StatesData(Collection<StateData<S,E>> stateData)
      Instantiates a new states data.
      Parameters:
      stateData - the state data
  • Method Details

    • getStateData

      public Collection<StateData<S,E>> getStateData()
      Gets the state data.
      Returns:
      the state data