public interface AbstractBound
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVariable() |
void |
setBound(Relation relation,
Bounds bounds)
Constraints the possible values of a relation.
|
void setBound(Relation relation,
Bounds bounds)
relation - the Kodkod relation, never nullbounds - the Kodkod bounds, specific for a single request, never
null.boolean isVariable()