Class MultiProcessor

    • Constructor Detail

      • MultiProcessor

        public MultiProcessor()
    • Method Detail

      • setSubProcessors

        public void setSubProcessors​(ActorProcessor[] value)
        Sets the processors to use.
        Parameters:
        value - the processors to use
      • getSubProcessors

        public ActorProcessor[] getSubProcessors()
        Returns the processors in use.
        Returns:
        the processors
      • subProcessorsTipText

        public String subProcessorsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • getWarningHeader

        public String getWarningHeader()
        Returns the string that explains the warnings.
        Specified by:
        getWarningHeader in interface CheckProcessor
        Returns:
        the heading for the warnings, null if not available
      • getWarnings

        public String getWarnings()
        Returns the warnings, if any, resulting from the check.
        Specified by:
        getWarnings in interface CheckProcessor
        Returns:
        the warnings, null if no warnings.