|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gephi.statistics.plugin.dynamic.DynamicNbEdges
public class DynamicNbEdges
| Field Summary | |
|---|---|
static java.lang.String |
NB_EDGES
|
| Constructor Summary | |
|---|---|
DynamicNbEdges()
|
|
| Method Summary | |
|---|---|
void |
end()
Called at the end of the process after all loops. |
void |
execute(GraphModel graphModel,
AttributeModel attributeModel)
First method to be executed in the dynamic statistic process. |
Interval |
getBounds()
Returns the min and max bounds. |
java.lang.String |
getReport()
Returns an HTML string that displays the statistics result. |
double |
getTick()
Returns the tick. |
double |
getWindow()
Returns the window duration |
void |
loop(GraphView window,
Interval interval)
Iteration of the dynamic statistics algorithm on a new interval. |
void |
setBounds(Interval bounds)
Sets the minimum and maximum bound |
void |
setTick(double tick)
Sets the tick. |
void |
setWindow(double window)
Sets the window duration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NB_EDGES
| Constructor Detail |
|---|
public DynamicNbEdges()
| Method Detail |
|---|
public void execute(GraphModel graphModel,
AttributeModel attributeModel)
DynamicStatistics
execute in interface DynamicStatisticsexecute in interface StatisticsgraphModel - the graph modelattributeModel - the attribute modelpublic java.lang.String getReport()
Statistics
getReport in interface Statistics
public void loop(GraphView window,
Interval interval)
DynamicStatisticsinterval.
loop in interface DynamicStatisticswindow - a snapshot of the graph at the current intervalinterval - the interval of the current snapshotpublic void end()
DynamicStatistics
end in interface DynamicStatisticspublic void setBounds(Interval bounds)
DynamicStatistics
setBounds in interface DynamicStatisticsbounds - the min and max boundspublic void setWindow(double window)
DynamicStatistics
setWindow in interface DynamicStatisticswindow - the window durationpublic void setTick(double tick)
DynamicStatistics
setTick in interface DynamicStatisticstick - the tickpublic double getWindow()
DynamicStatistics
getWindow in interface DynamicStatisticspublic double getTick()
DynamicStatistics
getTick in interface DynamicStatisticspublic Interval getBounds()
DynamicStatistics
getBounds in interface DynamicStatistics
|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||