Package clickDetector.tethys
Class ClickTethysDataProvider
java.lang.Object
tethys.pamdata.AutoTethysProvider
clickDetector.tethys.ClickTethysDataProvider
- All Implemented Interfaces:
TethysDataProvider
-
Constructor Summary
ConstructorDescriptionClickTethysDataProvider
(TethysControl tethysControl, ClickDataBlock clickDataBlock) -
Method Summary
Modifier and TypeMethodDescriptionnilus.GranularityEnumType[]
Get a list of allowed granularity types for this outputMethods inherited from class tethys.pamdata.AutoTethysProvider
addUserDefined, canExportLocalisations, createDetection, getAlgorithm, getAlgorithmParameters, getDescription, getDetectionsMethod, getDetectionsName, getEffortKinds, getLocalisationInfo, getLocalisationParameters, getTethysControl, granularityOK, hasDetections, isAddFrequencyInfo, roundDecimalPlaces, roundSignificantFigures, setAddFrequencyInfo, wantExportDialogCard
-
Constructor Details
-
ClickTethysDataProvider
-
-
Method Details
-
getAllowedGranularities
public nilus.GranularityEnumType[] getAllowedGranularities()Description copied from interface:TethysDataProvider
Get a list of allowed granularity types for this output- Specified by:
getAllowedGranularities
in interfaceTethysDataProvider
- Overrides:
getAllowedGranularities
in classAutoTethysProvider
- Returns:
- list of granularities.
-