All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----collage.kernel.Edge
|
+----collage.kernel.Hyperedge
This Edge subclass uses a PointSequence
to represent the attached points of hyperedges as known from
the collage grammar theory.
Edge.
findTrans method returns
the result of finding a transformation that maps the
given PointSequence to the attached points
of this hyperedge, using the given TransFinder.
protected PointSequence ap
public Hyperedge(String initLabel)
public void transform(Transformation t)
public Transformation findTrans(PointSequence s,
TransFinder finder,
boolean inverse)
findTrans method returns
the result of finding a transformation that maps the
given PointSequence to the attached points
of this hyperedge, using the given TransFinder.
public Object clone()
Edge.
public boolean equals(Object obj)
public PointSequence getAttachedPoints()
All Packages Class Hierarchy This Package Previous Next Index