public abstract class IDAREReaderSetupTask extends Object implements org.cytoscape.work.Task
Tunables that can be defined in this Task if the corresponding TunableHandler is defined.
This Task should NOT add additional Tasks| Constructor and Description |
|---|
IDAREReaderSetupTask(IDAREDatasetReader reader)
Default constructor using the reader this Task is supposed to set up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
abstract void |
execute(org.cytoscape.work.TaskMonitor taskMonitor)
Execute the Task.
|
void |
run(org.cytoscape.work.TaskMonitor taskMonitor)
Runs the Task specified by the execute method and catches any exception, converting the exception into a status message.
|
public IDAREReaderSetupTask(IDAREDatasetReader reader)
reader - the DataSetReader to usepublic abstract void execute(org.cytoscape.work.TaskMonitor taskMonitor)
throws Exception
taskMonitor - the TaskMonitor this Task can use.Exception - Multiple Exceptions passed on from Cytoscapepublic final void run(org.cytoscape.work.TaskMonitor taskMonitor)
throws Exception
run in interface org.cytoscape.work.TaskExceptionpublic void cancel()
cancel in interface org.cytoscape.work.TaskCopyright © 2018. All rights reserved.