public class DynamicNbEdges extends Object implements DynamicStatistics
| Constructor and Description |
|---|
DynamicNbEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Called at the end of the process after all loops.
|
void |
execute(org.gephi.graph.api.GraphModel graphModel)
First method to be executed in the dynamic statistic process.
|
org.gephi.graph.api.Interval |
getBounds()
Returns the min and max bounds.
|
String |
getReport()
Returns an HTML string that displays the statistics result.
|
double |
getTick()
Returns the tick.
|
double |
getWindow()
Returns the window duration
|
void |
loop(org.gephi.graph.api.GraphView window,
org.gephi.graph.api.Interval interval)
Iteration of the dynamic statistics algorithm on a new interval.
|
void |
setBounds(org.gephi.graph.api.Interval bounds)
Sets the minimum and maximum bound
|
void |
setTick(double tick)
Sets the tick.
|
void |
setWindow(double window)
Sets the window duration
|
public static final String NB_EDGES
public void execute(org.gephi.graph.api.GraphModel graphModel)
DynamicStatisticsexecute in interface DynamicStatisticsexecute in interface StatisticsgraphModel - the graph modelpublic String getReport()
StatisticsgetReport in interface Statisticspublic void loop(org.gephi.graph.api.GraphView window,
org.gephi.graph.api.Interval interval)
DynamicStatisticsinterval.loop in interface DynamicStatisticswindow - a snapshot of the graph at the current intervalinterval - the interval of the current snapshotpublic void end()
DynamicStatisticsend in interface DynamicStatisticspublic void setBounds(org.gephi.graph.api.Interval bounds)
DynamicStatisticssetBounds in interface DynamicStatisticsbounds - the min and max boundspublic void setWindow(double window)
DynamicStatisticssetWindow in interface DynamicStatisticswindow - the window durationpublic void setTick(double tick)
DynamicStatisticssetTick in interface DynamicStatisticstick - the tickpublic double getWindow()
DynamicStatisticsgetWindow in interface DynamicStatisticspublic double getTick()
DynamicStatisticsgetTick in interface DynamicStatisticspublic org.gephi.graph.api.Interval getBounds()
DynamicStatisticsgetBounds in interface DynamicStatisticsCopyright © 2007–2017. All rights reserved.