Class SubsystemsFilter

    • Constructor Detail

      • SubsystemsFilter

        public SubsystemsFilter()
    • Method Detail

      • getSelectedSubsystems

        public Set<Subsystem> getSelectedSubsystems()
        Gets the selected subsystems.
        Returns:
        the selected subsystems, never null
      • isIncludeNotIncludedInSubsystems

        public boolean isIncludeNotIncludedInSubsystems()
        Gets the value of the 'includeNotIncludedInSubsystems' flag.
        Returns:
        the value of the 'includeNotIncludedInSubsystems' flag
      • setConfigurationSubsystems

        public void setConfigurationSubsystems​(Collection<Subsystem> subsystems)
        Sets the configuration subsystems.
        Parameters:
        subsystems - the configuration subsystems, can not be null
      • setincludeNotIncludedInSubsystems

        public void setincludeNotIncludedInSubsystems​(boolean includeNotIncludedInSubsystems)
        Sets the value of the 'includeNotIncludedInSubsystems' flag.
        Parameters:
        includeNotIncludedInSubsystems - the value of the 'includeNotIncludedInSubsystems' flag
      • setSelectedSubsystems

        public void setSelectedSubsystems​(Set<Subsystem> selectedSubsystems)
        Sets the selected subsystems.
        Parameters:
        selectedSubsystems - the selected subsystems, can not be null