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
-
TreeAnalyzer(DrawingEditor)
-
-
above(Object, Object)
-
-
getGrammar()
-
-
getStartObject(IndexedMDSet, ObjectToSymbolMap)
-
-
getSymbolMap()
-
-
getVisitorMap()
-
-
initRelations(IndexedMDSet)
-
-
left()
-
-
left(Object, Object)
-
-
right(Object, Object)
-
TreeAnalyzer
public TreeAnalyzer(DrawingEditor editor)
getGrammar
protected String getGrammar()
getVisitorMap
protected ObjectToVisitorMap getVisitorMap()
getSymbolMap
protected ObjectToSymbolMap getSymbolMap()
initRelations
protected void initRelations(IndexedMDSet input)
getStartObject
protected Object getStartObject(IndexedMDSet input,
ObjectToSymbolMap map)
left
public boolean left(Object f1,
Object f2)
right
public boolean right(Object f1,
Object f2)
above
public boolean above(Object f1,
Object f2)
left
public BinaryPredicate left()
All Packages Class Hierarchy This Package Previous Next Index