All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.samples.tree.TreeAnalyzer

CH.ifa.draw.samples.tree.TreeAnalyzer

public class TreeAnalyzer

Constructor Index

 o TreeAnalyzer(DrawingEditor)

Method Index

 o above(Object, Object)
 o getGrammar()
 o getStartObject(IndexedMDSet, ObjectToSymbolMap)
 o getSymbolMap()
 o getVisitorMap()
 o initRelations(IndexedMDSet)
 o left()
 o left(Object, Object)
 o right(Object, Object)

Constructors

 o TreeAnalyzer
 public TreeAnalyzer(DrawingEditor editor)

Methods

 o getGrammar
 protected String getGrammar()
 o getVisitorMap
 protected ObjectToVisitorMap getVisitorMap()
 o getSymbolMap
 protected ObjectToSymbolMap getSymbolMap()
 o initRelations
 protected void initRelations(IndexedMDSet input)
 o getStartObject
 protected Object getStartObject(IndexedMDSet input,
                                 ObjectToSymbolMap map)
 o left
 public boolean left(Object f1,
                     Object f2)
 o right
 public boolean right(Object f1,
                      Object f2)
 o above
 public boolean above(Object f1,
                      Object f2)
 o left
 public BinaryPredicate left()

All Packages  Class Hierarchy  This Package  Previous  Next  Index