public interface CyNetworkNaming
Module: session-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
String |
getSuggestedNetworkTitle(String desiredTitle)
Generates a unique network title based on a provided suggestion.
|
String |
getSuggestedSubnetworkTitle(CyNetwork parentNetwork)
Generates a unique title for a subnetwork based on a parent network.
|
String getSuggestedSubnetworkTitle(CyNetwork parentNetwork)
parentNetwork - a non-null reference to a parent network.String getSuggestedNetworkTitle(String desiredTitle)
desiredTitle - the "ideal" title that we would likeCopyright 2011 Cytoscape Consortium. All rights reserved.