All Packages Class Hierarchy This Package Previous Next Index
Interface aioli.ppml.PPtable
- public interface PPtable
-
buildBox(Skeleton)
-
-
getContext()
-
-
getTable()
-
-
listBuildBox(int, Skeleton, int)
-
-
match(Tree, int, AStack, String)
-
-
terminal(Tree, int, int)
-
match
public abstract int match(Tree tree,
int holo,
AStack annot,
String context)
getTable
public abstract int[][][] getTable()
getContext
public abstract Context getContext()
terminal
public abstract String terminal(Tree tree,
int rule,
int elt)
buildBox
public abstract GlyphInterface buildBox(Skeleton sk)
listBuildBox
public abstract GlyphInterface listBuildBox(int rule,
Skeleton sk,
int rank)
All Packages Class Hierarchy This Package Previous Next Index