public class RunStreamTasks extends ConceptDriftMainTask
| Modifier and Type | Field and Description |
|---|---|
FloatOption |
firstValueOption |
FloatOption |
incrementValueOption |
FloatOption |
lastValueOption |
StringOption |
streamParameterOption |
protected Task |
task |
ClassOption |
taskOption |
eventsINSTANCES_BETWEEN_MONITOR_UPDATES, outputFileOptionclassOptionNamesToPreparedObjects, options| Constructor and Description |
|---|
RunStreamTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doMainTask(TaskMonitor monitor,
ObjectRepository repository)
This method performs this task.
|
String |
getPurposeString()
Gets the purpose of this object
|
Class<?> |
getTaskResultType()
Gets the result type of this task.
|
getEventsList, setEventsListdoTaskImpldoTask, doTask, getDescription, getTaskName, prepareForUseImplcopy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUsecopy, measureByteSize, measureByteSize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, measureByteSizepublic ClassOption taskOption
public StringOption streamParameterOption
public FloatOption firstValueOption
public FloatOption lastValueOption
public FloatOption incrementValueOption
protected Task task
public String getPurposeString()
OptionHandlergetPurposeString in interface OptionHandlergetPurposeString in class AbstractOptionHandlerpublic Class<?> getTaskResultType()
Taskprotected Object doMainTask(TaskMonitor monitor, ObjectRepository repository)
MainTaskAbstractTask implements doTask,
that uses doTaskImpl.
MainTask implements doTaskImpl using
doMainTask so its extensions only need to implement
doMainTask.doMainTask in class MainTaskmonitor - the TaskMonitor to userepository - the ObjectRepository to useCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.