public abstract class AbstractNodeViewTask 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 |
netView
The network view that descendants of this class will operate on.
|
protected View<CyNode> |
nodeView
The node view that descendants of this class will operate on.
|
cancelled
Constructor and Description |
---|
AbstractNodeViewTask(View<CyNode> nodeView,
CyNetworkView netView)
Base class constructor for all tasks that need to operate on a node view and possibly its associated network view.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
protected final View<CyNode> nodeView
protected final CyNetworkView netView
public AbstractNodeViewTask(View<CyNode> nodeView, CyNetworkView netView)
nodeView
- a non-null node view that descendants of this class will operate onnetView
- the non-null network that is associated with nodeView
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.