Uses of Interface
org.cytoscape.model.subnetwork.CySubNetwork
Package
Description
This package contains rootnetwork and subnetwork extensions to the
CyNetwork interface that provide a more complex meta-network
data model.
-
Uses of CySubNetwork in org.cytoscape.model.subnetwork
Modifier and TypeMethodDescriptionCyRootNetwork.addSubNetwork()
Create an emptyCySubNetwork
.CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes, Iterable<CyEdge> edges)
CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes, Iterable<CyEdge> edges, SavePolicy policy)
CyRootNetwork.addSubNetwork(SavePolicy policy)
Create an emptyCySubNetwork
which can have a different save policy from that of this root network, as long as the root network's policy is notSavePolicy.DO_NOT_SAVE
.CyRootNetwork.getBaseNetwork()
Modifier and TypeMethodDescriptionCyRootNetwork.getSubNetworkList()
Will return A list of allCySubNetwork
s contained in this root network.Modifier and TypeMethodDescriptionvoid
CyRootNetwork.removeSubNetwork(CySubNetwork sub)
Removes the subnetwork from the root network, but not the nodes and edges contained in the subnetwork.