public interface NewNetworkSelectedNodesAndEdgesTaskFactory 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 creates a new network from the selected
nodes and edges in the given network.
|
isReadyTaskIterator createTaskIterator(CyNetwork network)
createTaskIterator in interface NetworkTaskFactorynetwork - The network whose selected nodes and edges should be
used in the new network.Copyright 2011 Cytoscape Consortium. All rights reserved.