|
||||||||||
| 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()
AlgorithmAlgorithm.init(Graph) method has to be called
before computing.
compute in interface AlgorithmAlgorithm.init(Graph)public void init(org.graphstream.graph.Graph graph)
AlgorithmAlgorithm.compute() method to initialize or reset the algorithm according
to the new given graph.
init in interface Algorithmgraph - The graph this algorithm is using.public void terminate()
DynamicAlgorithm
terminate in interface DynamicAlgorithmAlgorithm.init(org.graphstream.graph.Graph)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||