Author: pwang
Date: 2010-10-19 13:21:33 -0700 (Tue, 19 Oct 2010)
New Revision: 22295
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
Log:
Add doc
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
===================================================================
---
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
2010-10-19 20:17:16 UTC (rev 22294)
+++
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
2010-10-19 20:21:33 UTC (rev 22295)
@@ -19,11 +19,13 @@
public interface CyNetworkViewReader extends Task {
/**
+ * Return an array of CyNetworkView objects
* @return An array of CyNetworkView objects.
*/
CyNetworkView[] getNetworkViews();
/**
+ * Return an array of VisualStyle objects.
* @return An array of VisualStyle objects. The list may be
* empty if no VisualStyle is defined by the input being
* read.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.