Class ChooseAction

  • All Implemented Interfaces:
    Executable

    public class ChooseAction
    extends java.lang.Object
    implements Executable

    Created: 2019-07-13

    • Constructor Detail

      • ChooseAction

        public ChooseAction​(ChooseRule chooseRule)
    • Method Detail

      • getActionId

        public java.lang.String getActionId()
        Description copied from interface: Executable
        Gets the action id.
        Specified by:
        getActionId in interface Executable
        Returns:
        the action id
      • execute

        public java.lang.Object execute​(Activity activity)
                                 throws java.lang.Exception
        Description copied from interface: Executable
        Execute this action.
        Specified by:
        execute in interface Executable
        Parameters:
        activity - the activity
        Returns:
        the result of action execution
        Throws:
        java.lang.Exception - if the action fails to execute
      • isHidden

        public boolean isHidden()
        Description copied from interface: Executable
        Returns whether this action is hidden.
        Specified by:
        isHidden in interface Executable
        Returns:
        true, if is hidden action
      • getActionRule

        public <T> T getActionRule()
        Description copied from interface: Executable
        Gets the action rule.
        Specified by:
        getActionRule in interface Executable
        Type Parameters:
        T - the generic type
        Returns:
        the action rule
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object