|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CySubNetwork | |
---|---|
org.cytoscape.model.subnetwork | 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 CySubNetwork | |
---|---|
CySubNetwork |
CyRootNetwork.addSubNetwork()
Create an empty CySubNetwork . |
CySubNetwork |
CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes,
Iterable<CyEdge> edges)
Create a CySubNetwork containing the specified CyNode s and
CyEdge s. |
CySubNetwork |
CyRootNetwork.getBaseNetwork()
The initial network of CyNode s and CyEdge s. |
Methods in org.cytoscape.model.subnetwork that return types with arguments of type CySubNetwork | |
---|---|
List<CySubNetwork> |
CyRootNetwork.getSubNetworkList()
Will return A list of all CySubNetwork s contained in this root network. |
Methods in org.cytoscape.model.subnetwork with parameters of type CySubNetwork | |
---|---|
void |
CyRootNetwork.removeSubNetwork(CySubNetwork sub)
Removes the subnetwork from the root network, but not the nodes and edges contained in the subnetwork. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |