uk.ac.ebi.cytocopter.internal.cellnoptr.tasks
Class PreprocessTask

java.lang.Object
  extended by org.cytoscape.work.AbstractTask
      extended by uk.ac.ebi.cytocopter.internal.cellnoptr.tasks.PreprocessTask
All Implemented Interfaces:
org.cytoscape.work.ObservableTask, org.cytoscape.work.Task

public class PreprocessTask
extends org.cytoscape.work.AbstractTask
implements org.cytoscape.work.ObservableTask


Field Summary
 String midasFile
           
 String networkName
           
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
PreprocessTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar, boolean useControlPanel, boolean displayResults, boolean displayNetworkAnnotation)
           
 
Method Summary
<R> R
getResults(Class<? extends R> type)
           
 void run(org.cytoscape.work.TaskMonitor taskMonitor)
           
 
Methods inherited from class org.cytoscape.work.AbstractTask
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, setTaskIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cytoscape.work.Task
cancel
 

Field Detail

midasFile

public String midasFile

networkName

public String networkName
Constructor Detail

PreprocessTask

public PreprocessTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar,
                      boolean useControlPanel,
                      boolean displayResults,
                      boolean displayNetworkAnnotation)
Method Detail

run

public void run(org.cytoscape.work.TaskMonitor taskMonitor)
         throws Exception
Specified by:
run in interface org.cytoscape.work.Task
Specified by:
run in class org.cytoscape.work.AbstractTask
Throws:
Exception

getResults

public <R> R getResults(Class<? extends R> type)
Specified by:
getResults in interface org.cytoscape.work.ObservableTask


Copyright © 2014. All rights reserved.