public interface UnHideTaskFactory
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(CyNetworkView view,
Collection<CyNode> nodes,
Collection<CyEdge> edges)
Creates a task iterator that will show the given nodes and edges.
|
TaskIterator createTaskIterator(CyNetworkView view, Collection<CyNode> nodes, Collection<CyEdge> edges)
view
- The CyNetworkView to that contains the nodes and edgesnodes
- A collection of nodes to show, may be null.edges
- A collection of edges to show, may be null.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.