Cytoscape 3.0.1 API

org.cytoscape.model.subnetwork
Interface CyRootNetworkManager


public interface CyRootNetworkManager

A manager that provides access to the CyRootNetwork objects associated with CyNetwork objects.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 CyRootNetwork getRootNetwork(CyNetwork n)
          Converts a CyNetwork to a CyRootNetwork
 

Method Detail

getRootNetwork

CyRootNetwork getRootNetwork(CyNetwork n)
Converts a CyNetwork to a CyRootNetwork

Parameters:
n - The CyNetwork for which to return the CyRootNework.
Returns:
The root network associated with the specified CyNetwork.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.