public abstract class AbstractNetworkViewCollectionTask extends AbstractTask
CyNetworkView
s.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 Collection<CyNetworkView> |
networkViews
A collection of network views to operate on for any descendants of this class.
|
cancelled
Constructor and Description |
---|
AbstractNetworkViewCollectionTask(Collection<CyNetworkView> networkViews)
Base class for any tasks that need to operate on a collection of network views.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
protected final Collection<CyNetworkView> networkViews
public AbstractNetworkViewCollectionTask(Collection<CyNetworkView> networkViews)
networkViews
- must be a non-null collection of network viewsCopyright 2011-2015 Cytoscape Consortium. All rights reserved.