Interface Module

    • Method Detail

      • isVisible

        boolean isVisible()
        Is the module visible to the user?
        Returns:
        true if the module is visible, false otherwise.
      • setVisible

        void setVisible​(boolean value)
        Makes the module visible or not visible to the user.
        Parameters:
        value - true to make the module visible, false to make it invisible
      • isStoreIfEmpty

        boolean isStoreIfEmpty()
        Is the module stored in the tables and panels file if the module is empty?
        Returns:
        true if it's always stored, false if it's not stored if empty
      • setStoreIfEmpty

        void setStoreIfEmpty​(boolean value)
        Set whenether the module should be stored in the tables and panels file if the module is empty.
        Parameters:
        value - true if it's always stored, false if it's not stored if empty
      • setCurrentConditionalNG

        void setCurrentConditionalNG​(ConditionalNG conditionalNG)
        Set the current ConditionalNG of the module. This method is called on all modules before a ConditionalNG is executed to let the modules know which ConditionalNG is running in which thread.
        Parameters:
        conditionalNG - the ConditionalNG
      • addParameter

        void addParameter​(java.lang.String name,
                          boolean isInput,
                          boolean isOutput)