Cytoscape 3.0.1 API

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

Packages that use CyRootNetwork
org.cytoscape.group This package provides an API for creating and managing groups in Cytoscape. 
org.cytoscape.model.subnetwork This package contains rootnetwork and subnetwork extensions to the CyNetwork interface that provide a more complex meta-network data model. 
org.cytoscape.task.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. 
 

Uses of CyRootNetwork in org.cytoscape.group
 

Methods in org.cytoscape.group that return CyRootNetwork
 CyRootNetwork CyGroup.getRootNetwork()
          Return the root network for this group.
 

Uses of CyRootNetwork in org.cytoscape.model.subnetwork
 

Methods in org.cytoscape.model.subnetwork that return CyRootNetwork
 CyRootNetwork CySubNetwork.getRootNetwork()
          Return the CyRootNetwork that contains this CySubNetwork.
 CyRootNetwork CyRootNetworkManager.getRootNetwork(CyNetwork n)
          Converts a CyNetwork to a CyRootNetwork
 

Uses of CyRootNetwork in org.cytoscape.task.edit
 

Methods in org.cytoscape.task.edit with parameters of type CyRootNetwork
 TaskIterator JoinTablesTaskTaskFactory.createTaskIterator(CyTable globalTable, boolean selectedNetworksOnly, List<CyNetwork> networkList, CyRootNetwork rootNetwork, CyColumn targetJoinColumn, Class<? extends CyIdentifiable> tableType)
           
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.