Interface StateModelState

    • Method Detail

      • getName

        String getName()
        Get the state name
        Returns:
        state name
      • getTransitions

        List<StateModelTransition> getTransitions()
        Return the state's transition set
        Returns:
        a list of transition
      • isComplex

        boolean isComplex()
        State complex status
        Returns:
        true if the state is complex