Class OT.Constraint
All Packages Class Hierarchy This Package Previous Next Index
Class OT.Constraint
java.lang.Object
|
+----OT.Constraint
- public class Constraint
- extends Object
- implements Cloneable
Abstract constraint.
- Version:
- 1999-03-31
- Author:
- Andrea Heiberg, University of Arizona
-
edge
-
-
featureType1
-
-
featureType2
-
-
global
-
-
Constraint(FeatureType, FeatureType, Edge, boolean)
-
-
getOptimalCandidates(Vector, RepresentationSet)
- Returns the optimal candidates on this constraint from currentCandidates.
global
protected boolean global
edge
protected Edge edge
featureType1
protected FeatureType featureType1
featureType2
protected FeatureType featureType2
Constraint
public Constraint(FeatureType featureType1,
FeatureType featureType2,
Edge edge,
boolean global)
getOptimalCandidates
public Vector getOptimalCandidates(Vector currentCandidates,
RepresentationSet allCandidates)
- Returns the optimal candidates on this constraint from currentCandidates.
All Packages Class Hierarchy This Package Previous Next Index