All Packages Class Hierarchy This Package Previous Next Index
Interface aioli.ppml.Skeleton
- public interface Skeleton
- extends Serializable
-
buildBox()
-
-
change(int, Skeleton)
-
-
copy(Skeleton)
-
-
down(int)
-
-
empty()
-
-
getContext()
-
-
getInfo()
-
-
getLength()
-
-
getRule()
-
-
getSons()
-
-
getString()
-
-
getTable()
-
-
insert(int, Skeleton)
-
-
listBuildBox(Skeleton, int)
-
-
push(Skeleton)
-
-
remove(int)
-
-
terminal(Tree, int)
-
listBuildBox
public abstract GlyphInterface listBuildBox(Skeleton sk,
int rank)
buildBox
public abstract GlyphInterface buildBox()
terminal
public abstract String terminal(Tree tree,
int elt)
down
public abstract Skeleton down(int i)
push
public abstract void push(Skeleton sk)
getString
public abstract String getString()
getTable
public abstract PPtable getTable()
getContext
public abstract Context getContext()
empty
public abstract boolean empty()
getRule
public abstract int getRule()
getInfo
public abstract int[][] getInfo()
getLength
public abstract int getLength()
getSons
public abstract Skeleton[] getSons()
remove
public abstract void remove(int i)
insert
public abstract void insert(int i,
Skeleton sk)
change
public abstract void change(int i,
Skeleton sk)
copy
public abstract void copy(Skeleton sk)
All Packages Class Hierarchy This Package Previous Next Index