public interface CloneNetworkTaskFactory extends NetworkTaskFactory
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 | Method and Description |
---|---|
TaskIterator |
createTaskIterator(CyNetwork network)
Returns a TaskIterator that clones the given network.
|
isReady
TaskIterator createTaskIterator(CyNetwork network)
createTaskIterator
in interface NetworkTaskFactory
network
- The network to clone.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.