public static class ChartConnectivityMeasure.ChartVertexConnectivityMeasure extends ChartSeries2DMeasure implements DynamicAlgorithm
ChartMeasure.PlotException, ChartMeasure.PlotOutputType, ChartMeasure.PlotParameters, ChartMeasure.PlotTypeDEFAULT_WINDOW_SIZE| Constructor and Description |
|---|
ChartConnectivityMeasure.ChartVertexConnectivityMeasure() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute()
Run the algorithm.
|
void |
init(org.graphstream.graph.Graph graph)
Initialization of the algorithm.
|
void |
terminate()
Terminate the dynamic algorithm.
|
addValue, getCount, getXMax, getXMean, getXMin, getXVariance, getYMax, getYMean, getYMin, getYVariance, setWindowSizecreateChart, getDefaultPlotParameters, getXYSeries, plotoutputPlot, outputPlot, plotpublic ChartConnectivityMeasure.ChartVertexConnectivityMeasure()
public void terminate()
DynamicAlgorithmterminate in interface DynamicAlgorithmAlgorithm.init(org.graphstream.graph.Graph)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.Copyright © 2015. All rights reserved.