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

Variable Index

 o edge
 o featureType1
 o featureType2
 o global

Constructor Index

 o Constraint(FeatureType, FeatureType, Edge, boolean)

Method Index

 o getOptimalCandidates(Vector, RepresentationSet)
Returns the optimal candidates on this constraint from currentCandidates.

Variables

 o global
  protected boolean global
 o edge
  protected Edge edge
 o featureType1
  protected FeatureType featureType1
 o featureType2
  protected FeatureType featureType2

Constructors

 o Constraint
  public Constraint(FeatureType featureType1,
                    FeatureType featureType2,
                    Edge edge,
                    boolean global)

Methods

 o 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