|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.roadcoloring.graph.StronglyConnectedComponents
public class StronglyConnectedComponents
usefull for check the strongly connected components of a graph
Constructor Summary | |
---|---|
StronglyConnectedComponents(Graph g)
Constructor |
Method Summary | |
---|---|
java.lang.Integer[] |
components()
compute the strongly connected components |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StronglyConnectedComponents(Graph g)
g
- graph to checkMethod Detail |
---|
public java.lang.Integer[] components()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |