Uses of Interface
org.cytoscape.model.subnetwork.CySubNetwork
Packages that use 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
Methods in org.cytoscape.model.subnetwork that return CySubNetworkModifier 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()
Methods in org.cytoscape.model.subnetwork that return types with arguments of type CySubNetworkModifier and TypeMethodDescriptionCyRootNetwork.getSubNetworkList()
Will return A list of allCySubNetwork
s contained in this root network.Methods in org.cytoscape.model.subnetwork with parameters of type CySubNetworkModifier and TypeMethodDescriptionvoid
CyRootNetwork.removeSubNetwork
(CySubNetwork sub) Removes the subnetwork from the root network, but not the nodes and edges contained in the subnetwork.