All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----collage.kernel.BaseElement
A base element describes the replacement of an Edge
(hyperedge
or part) by a Collage
, using a given Transformation
and, optionally, a given context collage.
public BaseElement(Edge target, Collage source, Transformation trans, Collage delContex)
public Edge getTarget()
public Collage getSource()
public Transformation getTrans()
public Collage getDelContext()
All Packages Class Hierarchy This Package Previous Next Index