Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractEdgeViewTask

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

public abstract class AbstractEdgeViewTask
extends AbstractTask

The base class for all tasks that need to operate on an edge view and possibly its associated network view.


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  View<CyEdge> edgeView
          The edge view that descendant tasks will operate on.
protected  CyNetworkView netView
          The network view associated with edgeView.
 
Fields inherited from class org.cytoscape.work.AbstractTask
cancelled
 
Constructor Summary
AbstractEdgeViewTask(View<CyEdge> edgeView, CyNetworkView netView)
          Base constructor for all tasks that need an edge view to operate on.
 
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

edgeView

protected final View<CyEdge> edgeView
The edge view that descendant tasks will operate on.


netView

protected final CyNetworkView netView
The network view associated with edgeView.

Constructor Detail

AbstractEdgeViewTask

public AbstractEdgeViewTask(View<CyEdge> edgeView,
                            CyNetworkView netView)
Base constructor for all tasks that need an edge view to operate on.

Parameters:
edgeView - the edge view to work with for this task
netView - the network view that contains "edgeView"

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.