Interface Zone

  • All Superinterfaces:
    Group

    public interface Zone
    extends Group
    A zone is an aggregation of spaces, partial spaces or other zones. Zone structures may not be hierarchical (i.e. one individual Space may be associated with zero, one, or several zones).
    Since:
    9.10.4
    • Method Detail

      • getZones

        Set<Zone> getZones()
        Returns a set of the zones of this zone. Returns empty if this zone does not have any other zones.
        Returns:
        a set of the zones of this zone
        Since:
        9.10.4