Package | Description |
---|---|
org.cytoscape.model.subnetwork |
This package contains rootnetwork and subnetwork extensions to the
CyNetwork interface that provide a more complex meta-network
data model.
|
Modifier and Type | Method and Description |
---|---|
CySubNetwork |
CyRootNetwork.addSubNetwork()
Create an empty
CySubNetwork . |
CySubNetwork |
CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes,
Iterable<CyEdge> edges)
|
CySubNetwork |
CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes,
Iterable<CyEdge> edges,
SavePolicy policy)
|
CySubNetwork |
CyRootNetwork.addSubNetwork(SavePolicy policy)
Create an empty
CySubNetwork which can have a different save policy from that of this root network,
as long as the root network's policy is not SavePolicy.DO_NOT_SAVE . |
CySubNetwork |
CyRootNetwork.getBaseNetwork()
|
Modifier and Type | Method and Description |
---|---|
List<CySubNetwork> |
CyRootNetwork.getSubNetworkList()
Will return A list of all
CySubNetwork s contained in this root network. |
Modifier and Type | Method and Description |
---|---|
void |
CyRootNetwork.removeSubNetwork(CySubNetwork sub)
Removes the subnetwork from the root network, but not the nodes and edges contained
in the subnetwork.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.