Package clickDetector.offlineFuncs
Class ClickBearingTask
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidCalled when processing of loaded data, or each map point worth of data, is complete.voidnewDataLoad(long startTime, long endTime, OfflineDataMapPoint mapPoint) Called when new data are loaded for offline processing (or once at the start of processing loaded data).voidCalled at the start of the thread which executes this task.booleanprocessDataUnit(ClickDetection click) Process a single data unit.Methods inherited from class offlineProcessing.OfflineTask
addAffectedDataBlock, addRequiredDataBlock, addRequiredDataBlock, addRequiredDataBlock, callSettings, callSettings, canRun, completeTask, deleteOldData, deleteOldOutput, getAffectedBlocksList, getAffectedDataBlock, getDataBlock, getLongName, getNumAffectedDataBlocks, getNumRequiredDataBlocks, getOfflineTaskGroup, getParentControlledUnit, getRequiredDataBlock, getSettingsProviders, getTaskControlledUnit, getUnitName, getUnitType, hasSettings, isDoRun, setDoRun, setOfflineTaskGroup, setParentDataBlock, whyNot 
- 
Constructor Details
- 
ClickBearingTask
- Parameters:
 clickControl-
 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein classOfflineTask<ClickDetection>- Returns:
 - a name for the task, to be displayed in the dialog.
 
 - 
newDataLoad
Description copied from class:OfflineTaskCalled when new data are loaded for offline processing (or once at the start of processing loaded data).- Specified by:
 newDataLoadin classOfflineTask<ClickDetection>- Parameters:
 startTime- start time of loaded dataendTime- end time of loaded data
 - 
processDataUnit
Description copied from class:OfflineTaskProcess a single data unit.- Specified by:
 processDataUnitin classOfflineTask<ClickDetection>- Returns:
 - true if the data unit has changed in some way so that it will need re-writing to it's binary file or database.
 
 - 
prepareTask
public void prepareTask()Description copied from class:OfflineTaskCalled at the start of the thread which executes this task.- Overrides:
 prepareTaskin classOfflineTask<ClickDetection>
 - 
loadedDataComplete
public void loadedDataComplete()Description copied from class:OfflineTaskCalled when processing of loaded data, or each map point worth of data, is complete.- Specified by:
 loadedDataCompletein classOfflineTask<ClickDetection>
 
 -