public class ConstraintManager
extends java.lang.Object
| Red (mankit) |
| Red (mankit) |
| Constructor and Description |
|---|
ConstraintManager(LatticeOntologySolver solver)
Constructs a ConstraintManager object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InequalityTerm> |
getConstrainingTerms(java.lang.Object object)
Return the list of constraining terms for the given object.
|
void |
setConstraints(java.util.List<Inequality> constraints)
Sets the list of inequality constraints to be managed by the
ConstraintManager.
|
public ConstraintManager(LatticeOntologySolver solver)
solver - The lattice-based ontology solver using
this constraint managerpublic void setConstraints(java.util.List<Inequality> constraints)
constraints - The list of inequality constraints.public java.util.List<InequalityTerm> getConstrainingTerms(java.lang.Object object)
object - The given object.