Interfaces for creating new statistics and metrics algorihms.
StatisticsAPI
and
GraphAPI
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.