All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aioli.ppml.Skeleton

public interface Skeleton
extends Serializable

Method Index

 o buildBox()
 o change(int, Skeleton)
 o copy(Skeleton)
 o down(int)
 o empty()
 o getContext()
 o getInfo()
 o getLength()
 o getRule()
 o getSons()
 o getString()
 o getTable()
 o insert(int, Skeleton)
 o listBuildBox(Skeleton, int)
 o push(Skeleton)
 o remove(int)
 o terminal(Tree, int)

Methods

 o listBuildBox
 public abstract GlyphInterface listBuildBox(Skeleton sk,
                                             int rank)
 o buildBox
 public abstract GlyphInterface buildBox()
 o terminal
 public abstract String terminal(Tree tree,
                                 int elt)
 o down
 public abstract Skeleton down(int i)
 o push
 public abstract void push(Skeleton sk)
 o getString
 public abstract String getString()
 o getTable
 public abstract PPtable getTable()
 o getContext
 public abstract Context getContext()
 o empty
 public abstract boolean empty()
 o getRule
 public abstract int getRule()
 o getInfo
 public abstract int[][] getInfo()
 o getLength
 public abstract int getLength()
 o getSons
 public abstract Skeleton[] getSons()
 o remove
 public abstract void remove(int i)
 o insert
 public abstract void insert(int i,
                             Skeleton sk)
 o change
 public abstract void change(int i,
                             Skeleton sk)
 o copy
 public abstract void copy(Skeleton sk)

All Packages  Class Hierarchy  This Package  Previous  Next  Index