com.jeffpalm.graph
Interface Graph.Algorithm

All Known Implementing Classes:
StrongComponents, StrongComponents2
Enclosing interface:
Graph

public static interface Graph.Algorithm


Method Summary
 void compute(Graph g)
           
 

Method Detail

compute

void compute(Graph g)