public class RestrictionPrefix extends Object implements Restriction
| Constructor and Description |
|---|
RestrictionPrefix() |
RestrictionPrefix(PrefixSet prefixes,
boolean isInverted) |
| Modifier and Type | Method and Description |
|---|---|
PrefixSet |
getPrefixes() |
Restriction |
intersect(Restriction other) |
boolean |
isInverted() |
boolean |
isUnsatisfiable() |
Restriction |
negate()
Negate this restriction
|
Restriction |
union(Restriction other)
Union this restriction with that
|
public RestrictionPrefix()
public RestrictionPrefix(PrefixSet prefixes, boolean isInverted)
public PrefixSet getPrefixes()
public boolean isInverted()
public Restriction intersect(Restriction other)
intersect in interface Restrictionpublic Restriction union(Restriction other)
Restrictionunion in interface Restrictionpublic Restriction negate()
Restrictionnegate in interface Restrictionpublic boolean isUnsatisfiable()
isUnsatisfiable in interface RestrictionCopyright © 2013. All Rights Reserved.