Interface UniversalTransitionSystem<S,​I,​T,​SP,​TP>

    • Method Detail

      • getStateProperty

        SP getStateProperty​(S state)
        Retrieves the state property for the given state.
        Parameters:
        state - the state.
        Returns:
        the corresponding property.
      • getTransitionProperty

        TP getTransitionProperty​(T transition)
        Retrieves the transition property for the given state.
        Parameters:
        transition - the transition.
        Returns:
        the corresponding property.