Class OT.Align
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class OT.Align

java.lang.Object
   |
   +----OT.Constraint
           |
           +----OT.Align

public class Align
extends Constraint
Abstract alignment constraint.
Version:
1999-03-31
Author:
Andrea Heiberg, University of Arizona

Constructor Index

 o Align(FeatureType, Edge)

Method Index

 o cullGen(Gen)
Culls *all* operations for featureType (we have applied all operations on featureType to completion, since Align is a "global" constraint.

Constructors

 o Align
  public Align(FeatureType featureType,
               Edge edge)

Methods

 o cullGen
  public Gen cullGen(Gen gen)
Culls *all* operations for featureType (we have applied all operations on featureType to completion, since Align is a "global" constraint.
Overrides:
cullGen in class Constraint

All Packages  Class Hierarchy  This Package  Previous  Next  Index