public abstract class AbstractRegionOverlapAssociation extends java.lang.Object implements RegionAssociable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<ProtectedRegion> |
source |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRegionOverlapAssociation(java.util.Set<ProtectedRegion> source,
boolean useMaxPriorityAssociation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calcMaxPriority() |
Association |
getAssociation(java.util.List<ProtectedRegion> regions)
Get the highest association level for the input regions.
|
@Nullable protected java.util.Set<ProtectedRegion> source
protected AbstractRegionOverlapAssociation(@Nullable
java.util.Set<ProtectedRegion> source,
boolean useMaxPriorityAssociation)
protected void calcMaxPriority()
public Association getAssociation(java.util.List<ProtectedRegion> regions)
RegionAssociablegetAssociation in interface RegionAssociableregions - a list of regions