|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphstream.algorithm.measure.ConnectivityMeasure.EdgeConnectivityMeasure
public static class ConnectivityMeasure.EdgeConnectivityMeasure
Constructor Summary | |
---|---|
ConnectivityMeasure.EdgeConnectivityMeasure()
|
Method Summary | |
---|---|
void |
compute()
Run the algorithm. |
int |
getEdgeConnectivity()
Get the last vertex-connectivity of the registered graph compute in the last call of compute() . |
void |
init(org.graphstream.graph.Graph graph)
Initialization of the algorithm. |
void |
terminate()
Terminate the dynamic algorithm. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectivityMeasure.EdgeConnectivityMeasure()
Method Detail |
---|
public int getEdgeConnectivity()
compute()
.
public void compute()
Algorithm
Algorithm.init(Graph)
method has to be called
before computing.
compute
in interface Algorithm
Algorithm.init(Graph)
public void init(org.graphstream.graph.Graph graph)
Algorithm
Algorithm.compute()
method to initialize or reset the algorithm according
to the new given graph.
init
in interface Algorithm
graph
- The graph this algorithm is using.public void terminate()
DynamicAlgorithm
terminate
in interface DynamicAlgorithm
Algorithm.init(org.graphstream.graph.Graph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |