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()
/ methode.
To let your export task be cancelled and its progress watched, implement
LongTask
interface.