|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Statistics | Define a Statistics/Metrics execution task, that performs analysis and write results as new attribute columns and/or HTML report. |
StatisticsBuilder | Statistics builder defines an statistics and is responsible for building new instances. |
StatisticsUI | Statistics and Metrics UI integration information. |
Interfaces for creating new statistics and metrics algorihms.
StatisticsAPI
,
GraphAPI
and AttributesAPI
as dependencies.StatisticsBuilder
StatisticsBuilder
as the
annotation parameter.Statistics
. Write you
code in the execute()
method.StatisticsUI
and add
@ServiceProvider annotation as well.StatisticsBuilder
and StatisticsUI
,
return your Statistics
class object for the
getStatisticsClass()
/ method.
To let your export task be cancelled and its progress watched, implement
LongTask
interface.
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |