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

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

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


Field Summary
 String names
           
 String networkName
           
 String type
           
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
SetNodeTypeTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
           
 
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

names

public String names

networkName

public String networkName

type

public String type
Constructor Detail

SetNodeTypeTask

public SetNodeTypeTask(org.cytoscape.service.util.CyServiceRegistrar cyServiceRegistrar)
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.