Class AtLeastOneZoneConfig

All Implemented Interfaces:
ZonesConfig

public class AtLeastOneZoneConfig extends RequiredZonesConfig
Satisfied if at least one of the zones exist PU[A,B] is statisfied by GSC[A,B] PU[A,B] is statisfied by GSC[A] PU[A,B] is statisfied by GSC[B] PU[A] is statisfied by GSC[A,B] PU[A] is statisfied by GSC[A] PU[A] is NOT statisfied by GSC[]
Since:
9.1.0
Author:
elip
  • Constructor Details

    • AtLeastOneZoneConfig

      public AtLeastOneZoneConfig(Map<String,String> properties)
    • AtLeastOneZoneConfig

      public AtLeastOneZoneConfig()
  • Method Details

    • isSatisfiedBy

      public boolean isSatisfiedBy(ExactZonesConfig existingZoneStatisticsConfig)
      Returns:
      true iff the specified zones satisfies or equals this zones requirement