|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.algo.ComponentsFinder
public class ComponentsFinder
a class to compute connected components. this class is obsolete, please consider using the CCVisitor class instead.
CCVisitor provides a more general and extendable mechanism to collect CC.
Constructor Summary | |
---|---|
ComponentsFinder(Graph g)
constructor |
Method Summary | |
---|---|
GSet<Vertex> |
component(Vertex v)
return component containing vertex v |
Set<GSet<Vertex>> |
connectedComponents()
return all connected components of graph |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentsFinder(Graph g)
Method Detail |
---|
public GSet<Vertex> component(Vertex v)
public Set<GSet<Vertex>> connectedComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |