Class WeightedWaveletZTransformPluginBase
java.lang.Object
org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- All Implemented Interfaces:
IPlugin
- Direct Known Subclasses:
WeightedWaveletZTransformWithFrequencyRangePlugin,WeightedWaveletZTransformWithPeriodRangePlugin
Weighted Wavelet Z Transform plugin abstract base class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected Integerprotected Doubleprotected DoubleFieldprotected IntegerFieldprotected DoubleFieldprotected WeightedWaveletZTransformFields inherited from class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
testMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ITextComponent<?>>createNumberFields(DoubleField... moreFields) getGroup()Get the group to which this plugin belongs (may be null).voidInterrupt the execution of the algorithm.voidreset()Reset the plugin, e.g.Methods inherited from class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
additionalAuthenticationSatisfied, executeAlgorithm, getDescription, getDialog, getDisplayName, getDocName, getNewStarListener, getPeriodAnalysisSelectionNotifier, getPeriodChangeNotifier, inTestMode, newStarAction, requiresAuthentication, sendPeriodChangeMessage, setTestMode, test
-
Field Details
-
wwt
-
currDecay
-
currTimeDivisions
-
currThreadCount
-
decayField
-
timeDivisionsField
-
threadCountField
-
-
Constructor Details
-
WeightedWaveletZTransformPluginBase
public WeightedWaveletZTransformPluginBase()Constructor
-
-
Method Details
-
createNumberFields
-
getGroup
Description copied from interface:IPluginGet the group to which this plugin belongs (may be null).- Specified by:
getGroupin interfaceIPlugin- Overrides:
getGroupin classPeriodAnalysisPluginBase- See Also:
-
reset
public void reset()Description copied from class:PeriodAnalysisPluginBaseReset the plugin, e.g. clear internal algorithm and dialog objects.- Specified by:
resetin classPeriodAnalysisPluginBase- See Also:
-
interrupt
public void interrupt()Description copied from class:PeriodAnalysisPluginBaseInterrupt the execution of the algorithm.- Specified by:
interruptin classPeriodAnalysisPluginBase- See Also:
-