public abstract class AbstractEdgeViewTask 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 View<CyEdge> |
edgeView
The edge view that descendant tasks will operate on.
|
protected CyNetworkView |
netView
The network view associated with
edgeView. |
cancelled| Constructor and Description |
|---|
AbstractEdgeViewTask(View<CyEdge> edgeView,
CyNetworkView netView)
Base constructor for all tasks that need an edge view to operate on.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIteratorprotected final CyNetworkView netView
edgeView.public AbstractEdgeViewTask(View<CyEdge> edgeView, CyNetworkView netView)
edgeView - the edge view to work with for this tasknetView - the network view that contains "edgeView"Copyright 2011-2015 Cytoscape Consortium. All rights reserved.