Uses of Class
sota.gui.graph.GraphManager

Packages that use GraphManager
sota.ast.util   
sota.gui.graph   
sota.gui.views   
 

Uses of GraphManager in sota.ast.util
 

Methods in sota.ast.util with parameters of type GraphManager
 org.eclipse.draw2d.graph.DirectedGraph ASTManager.buildCFG(ASTFunctionNode fn, GraphManager gcm)
           
 

Uses of GraphManager in sota.gui.graph
 

Fields in sota.gui.graph declared as GraphManager
private static GraphManager CFGPlotter.gcm
           
 

Methods in sota.gui.graph with parameters of type GraphManager
static org.eclipse.draw2d.graph.DirectedGraph CFGBuilder.buildCFG(ASTFunctionNode fn, GraphManager gcm)
          Liefert den DirectedGraph für eine Funktion.
 

Constructors in sota.gui.graph with parameters of type GraphManager
CFGPlotter(org.eclipse.swt.widgets.Composite composite, GraphManager gcm)
           
 

Uses of GraphManager in sota.gui.views
 

Fields in sota.gui.views declared as GraphManager
private  GraphManager CFGView.gcm