Uses of Interface
com.jeffpalm.graph.Graph

Packages that use Graph
com.jeffpalm.cg   
com.jeffpalm.demetercop.metrics   
com.jeffpalm.graph   
com.jeffpalm.graph.algorithms   
com.jeffpalm.internal.graph   
 

Uses of Graph in com.jeffpalm.cg
 

Classes in com.jeffpalm.cg that implement Graph
 class CallGraph
           
 

Uses of Graph in com.jeffpalm.demetercop.metrics
 

Methods in com.jeffpalm.demetercop.metrics with parameters of type Graph
protected  void LCOM4.addTo(Graph g, java.lang.String c)
           
protected  void LCOM3.addTo(Graph g, java.lang.String c)
           
protected  Edge LCOM3.edge(Graph g, java.lang.Object key, Node n1, Node n2)
           
protected  Node LCOM3.node(Graph g, java.lang.Object mg)
           
 

Uses of Graph in com.jeffpalm.graph
 

Methods in com.jeffpalm.graph that return Graph
 Graph Factory.createGraph()
           
 Graph Graph.Transform.transform(Graph g)
           
 

Methods in com.jeffpalm.graph with parameters of type Graph
 void Graph.Algorithm.compute(Graph g)
           
 Graph Graph.Transform.transform(Graph g)
           
 

Uses of Graph in com.jeffpalm.graph.algorithms
 

Methods in com.jeffpalm.graph.algorithms that return Graph
 Graph Transpose.transform(Graph g)
           
 

Methods in com.jeffpalm.graph.algorithms with parameters of type Graph
 void StrongComponents2.compute(Graph g)
          This is taken from the class nodes #7 p.3
 void StrongComponents.compute(Graph g)
          This is taken from CLRS pp.541,554
static ColorMap ColorMap.fill(Color c, Graph g)
           
static NodeMap NodeMap.fill(Graph g)
           
static IntMap IntMap.fill(Graph g)
           
static ColorMap ColorMap.fill(Graph g)
           
static IntMap IntMap.fill(int i, Graph g)
           
 java.util.Map StrongComponents2.findStrongComponents(Graph g)
           
 int StrongComponents2.numStrongComponents(Graph g)
           
 Graph Transpose.transform(Graph g)
           
 

Uses of Graph in com.jeffpalm.internal.graph
 

Classes in com.jeffpalm.internal.graph that implement Graph
 class GraphImpl
           
 

Methods in com.jeffpalm.internal.graph that return Graph
 Graph FactoryImpl.createGraph()
           
 Graph GraphReader.read(Factory f, java.io.File infile)
           
 Graph GraphReader.read(java.io.File infile)