All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----collage.kernel.Rule
A Rule
object is a container that groups the folling
pieces of information:
TransFinder
object that is used to find the transformation
when the right-hand-side is about to replace an edge.
public Rule(String left, Collage right, Collage context, Collage ncontext, boolean cAnyOf, boolean ncAnyOf, boolean cDelete, TransFinder transFinder, int table, double prob)
public void setText(String t)
public String getText()
public void setEqClass(int c)
public int getEqClass()
public void setName(String name)
public String getName()
public Collage getRight()
public Collage getContext()
public Collage getNContext()
public boolean isCAnyOf()
public boolean isNCAnyOf()
public boolean isCDelete()
public int getTable()
public double getProb()
public TransFinder getTransFinder()
public Transformation findTrans(PointSequence source, PointSequence target)
All Packages Class Hierarchy This Package Previous Next Index