Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractNetworkTask

java.lang.Object
  extended by org.cytoscape.work.AbstractTask
      extended by org.cytoscape.task.AbstractNetworkTask
All Implemented Interfaces:
Task

public abstract class AbstractNetworkTask
extends AbstractTask

Base class for all tasks that need to operate on a CyNetwork.


Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Field Summary
protected  CyNetwork network
          The network that descendants of this class will operate on.
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
AbstractNetworkTask(CyNetwork network)
          Base class for tasks that need to operate on a CyNetwork
 
Method Summary
 
Methods inherited from class org.cytoscape.work.AbstractTask
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

network

protected final CyNetwork network
The network that descendants of this class will operate on.

Constructor Detail

AbstractNetworkTask

public AbstractNetworkTask(CyNetwork network)
Base class for tasks that need to operate on a CyNetwork

Parameters:
network - the CyNetwork the tasks need to operate on. Must be a non-null CyNetwork.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.