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
-
Align(FeatureType, Edge)
-
-
cullGen(Gen)
- Culls *all* operations for featureType (we have applied all operations on featureType to completion, since Align is a "global" constraint.
Align
public Align(FeatureType featureType,
Edge edge)
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