All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----collage.kernel.Grammar
A Grammar
object is primarily a container for
two other objects, namely the start collage, and
the set of rules.
public Grammar()
public void setStart(Collage start)
public Collage getStart()
public void insertRule(Rule rule)
public RuleSet getRules()
public void normalize(boolean transRightSide)
This operation includes the normalization of both the rules and the start collage.
public void annotate()
All Packages Class Hierarchy This Package Previous Next Index