public abstract class AbstractNetworkViewTask extends AbstractTask
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
protected CyNetworkView |
view
The network view that descendants of this class will operate on.
|
cancelled
Constructor and Description |
---|
AbstractNetworkViewTask(CyNetworkView view)
A base class for tasks that need to operate on a network view.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
protected final CyNetworkView view
public AbstractNetworkViewTask(CyNetworkView view)
view
- must be a non-empty network view for descendants to operate onCopyright 2011-2015 Cytoscape Consortium. All rights reserved.