public interface CyRootNetworkManager
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>
Modifier and Type | Method and Description |
---|---|
CyRootNetwork |
getRootNetwork(CyNetwork n)
Converts a CyNetwork to a CyRootNetwork
|
CyRootNetwork getRootNetwork(CyNetwork n)
n
- The CyNetwork for which to return the CyRootNework.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.