Class AllowedEntityConfig<S>

  • Direct Known Subclasses:
    BasicElementConfig, BasicLinkConfig

    public abstract class AllowedEntityConfig<S>
    extends Config<S>
    Base abstraction for network entities for which admission into control domain can be selectively configured, e.g. devices, end-stations, links
    • Constructor Detail

      • AllowedEntityConfig

        public AllowedEntityConfig()
    • Method Detail

      • isAllowed

        public boolean isAllowed()
        Indicates whether the element is allowed for admission into the control domain.
        Returns:
        true if element is allowed
      • isAllowed

        public AllowedEntityConfig isAllowed​(java.lang.Boolean isAllowed)
        Specifies whether the element is to be allowed for admission into the control domain.
        Parameters:
        isAllowed - true to allow; false to forbid; null to clear
        Returns:
        self