|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyNetworkNaming
A utility that helps with the creation of unique network names.
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>| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getSuggestedSubnetworkTitle(CyNetwork parentNetwork)
parentNetwork - a non-null reference to a parent network.
String getSuggestedNetworkTitle(String desiredTitle)
desiredTitle - the "ideal" title that we would like
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||