|
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.DynamicClusteringCoefficient
public class DynamicClusteringCoefficient
| Field Summary | |
|---|---|
static java.lang.String |
DYNAMIC_AVG_CLUSTERING_COEFFICIENT
|
static java.lang.String |
DYNAMIC_CLUSTERING_COEFFICIENT
|
| Constructor Summary | |
|---|---|
DynamicClusteringCoefficient()
|
|
| Method Summary | |
|---|---|
boolean |
cancel()
Cancel the task. |
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 |
boolean |
isAverageOnly()
|
boolean |
isDirected()
|
void |
loop(GraphView window,
Interval interval)
Iteration of the dynamic statistics algorithm on a new interval. |
void |
setAverageOnly(boolean averageOnly)
|
void |
setBounds(Interval bounds)
Sets the minimum and maximum bound |
void |
setDirected(boolean isDirected)
|
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task. |
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 DYNAMIC_AVG_CLUSTERING_COEFFICIENT
public static final java.lang.String DYNAMIC_CLUSTERING_COEFFICIENT
| Constructor Detail |
|---|
public DynamicClusteringCoefficient()
| 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 DynamicStatisticspublic void setDirected(boolean isDirected)
public boolean isDirected()
public void setAverageOnly(boolean averageOnly)
public boolean isAverageOnly()
public boolean cancel()
LongTasktrue if the task has been sucessfully cancelled, false otherwise.
cancel in interface LongTasktrue if the task has been sucessfully cancelled, false otherwisepublic void setProgressTicket(ProgressTicket progressTicket)
LongTask
setProgressTicket in interface LongTaskprogressTicket - the progress ticket for this task
|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||