Interface Transition

  • All Known Implementing Classes:
    DefaultTransition

    public interface Transition
    Interface for a transition used for the process mode of the framework.
    Author:
    Manfred Wolff
    • Method Detail

      • getReturnValue

        String getReturnValue()
        Returns:
        The return value of the transition.
      • getTarget

        Optional<String> getTarget()
        Returns:
        The target of the transition
      • setReturnValue

        void setReturnValue​(String returnValue)
        Parameters:
        returnValue - The return value of the transition.
      • setTarget

        void setTarget​(String target)
        Parameters:
        target - The target of the transition.