All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aioli.ppml.PPtable

public interface PPtable

Method Index

 o buildBox(Skeleton)
 o getContext()
 o getTable()
 o listBuildBox(int, Skeleton, int)
 o match(Tree, int, AStack, String)
 o terminal(Tree, int, int)

Methods

 o match
 public abstract int match(Tree tree,
                           int holo,
                           AStack annot,
                           String context)
 o getTable
 public abstract int[][][] getTable()
 o getContext
 public abstract Context getContext()
 o terminal
 public abstract String terminal(Tree tree,
                                 int rule,
                                 int elt)
 o buildBox
 public abstract GlyphInterface buildBox(Skeleton sk)
 o listBuildBox
 public abstract GlyphInterface listBuildBox(int rule,
                                             Skeleton sk,
                                             int rank)

All Packages  Class Hierarchy  This Package  Previous  Next  Index