public class SubsetBound extends java.lang.Object implements AbstractBound
| Constructor and Description |
|---|
SubsetBound(TupleSet tupleSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVariable()
The value of the relation is any subset of the given tupleSet, so it is
not yet determined.
|
void |
setBound(Relation relation,
Bounds bounds)
Constraints the possible values of a relation.
|
public void setBound(Relation relation,
Bounds bounds)
AbstractBoundsetBound in interface AbstractBoundrelation - the Kodkod relation, never nullbounds - the Kodkod bounds, specific for a single request, never
null.public boolean isVariable()
isVariable in interface AbstractBound