Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.model.subnetwork.CySubNetwork

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 CyNodes and CyEdges.
 CySubNetwork CyRootNetwork.getBaseNetwork()
          The initial network of CyNodes and CyEdges.
 

Methods in org.cytoscape.model.subnetwork that return types with arguments of type CySubNetwork
 List<CySubNetwork> CyRootNetwork.getSubNetworkList()
          Will return A list of all CySubNetworks 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

Copyright 2011 Cytoscape Consortium. All rights reserved.