Class GoAction

    • Constructor Detail

      • GoAction

        public GoAction()
    • Method Detail

      • perform

        public java.lang.Object perform​(java.util.Map<java.lang.String,​java.lang.Object> parameters,
                                        IEnvironmentSpace space)
        Performs the action.
        Specified by:
        perform in interface ISpaceAction
        Parameters:
        parameters - parameters for the action
        space - the environment space
        Returns:
        action return value
      • getId

        public java.lang.Object getId()
        Returns the ID of the action.
        Returns:
        ID of the action