|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Statistics
Define a Statistics/Metrics execution task, that performs analysis and write results as new attribute columns and/or HTML report.
StatisticsBuilder
Method Summary | |
---|---|
void |
execute(GraphModel graphModel,
AttributeModel attributeModel)
Executes the statistics algorithm. |
java.lang.String |
getReport()
Returns an HTML string that displays the statistics result. |
Method Detail |
---|
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 resultsjava.lang.String getReport()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |