public class DegreeMeasure extends ChartMinMaxAverageSeriesMeasure implements DynamicAlgorithm
ChartMeasure.PlotException, ChartMeasure.PlotOutputType, ChartMeasure.PlotParameters, ChartMeasure.PlotTypeDEFAULT_WINDOW_SIZE| Constructor and Description |
|---|
DegreeMeasure() |
| 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, createChart, getDefaultPlotParameters, isSeparateMinMaxAxis, setSeparateMinMaxAxis, setWindowSizeaddValue, getCount, getXMax, getXMean, getXMin, getXVariance, getYMax, getYMean, getYMin, getYVariancegetXYSeries, plotoutputPlot, outputPlot, plotpublic 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.