Package org.cytoscape.model.subnetwork
Interface CyRootNetworkManager
public interface CyRootNetworkManager
A manager that provides access to the CyRootNetwork
objects associated with CyNetwork objects.
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
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
Modifier and TypeMethodDescriptionConverts a CyNetwork to a CyRootNetwork
-
Method Details
-
getRootNetwork
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.
-