public interface Statistics
StatisticsBuilder| Modifier and Type | Method and Description |
|---|---|
void |
execute(GraphModel graphModel,
AttributeModel attributeModel)
Executes the statistics algorithm.
|
String |
getReport()
Returns an HTML string that displays the statistics result.
|
void execute(GraphModel graphModel, AttributeModel attributeModel)
It is preferable to work on visible graphs, to be synchronized with the visualization.
graphModel - The graph topologyattributeModel - The elements attributes, and where to write table resultsString getReport()
Copyright © 2007-2012 Gephi Consortium. All Rights Reserved.