Interface IVSActionListenerAsActor

    • Method Detail

      • hasActionActor

        java.lang.String hasActionActor​(VSAction action)
        Verifies that the VSAction referenced really has an Action Actor that is corresponding.
        Parameters:
        action - The action that should contain the Action Actor.
        Returns:
        null for success, otherwise an error message.
      • addRequiredActionActor

        void addRequiredActionActor​(VSAction action,
                                    IComplexOperation op)
        Adds the required Action Actor in the VSAction.
        Parameters:
        action - The action that should contain the Action Actor.