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

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

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


Field Summary
 String formalism
           
 String midasFile
           
 String networkName
           
 String timePoint
           
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
OptimiseTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar, boolean useControlPanel)
           
 
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

formalism

public String formalism

timePoint

public String timePoint
Constructor Detail

OptimiseTask

public OptimiseTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar,
                    boolean useControlPanel)
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.