See: Description
| Interface | Description |
|---|---|
| DynamicStatistics |
Define a dynamic statistics implementation.
|
| 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 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.
Copyright © 2007–2017. All rights reserved.