public abstract class AbstractNetworkTask extends AbstractTask
CyNetwork
.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 CyNetwork |
network
The network that descendants of this class will operate on.
|
cancelled
Constructor and Description |
---|
AbstractNetworkTask(CyNetwork network)
Base class for tasks that need to operate on a
CyNetwork |
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIterator
protected final CyNetwork network
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.