Author: kono
Date: 2011-04-29 15:33:35 -0700 (Fri, 29 Apr 2011)
New Revision: 24860
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
Log:
Default view threshold value is defined in this API. This value will be used
if threshold is not defined in the implementation.
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
2011-04-29 22:05:16 UTC (rev 24859)
+++
core3/io-api/trunk/src/main/java/org/cytoscape/io/read/CyNetworkViewReader.java
2011-04-29 22:33:35 UTC (rev 24860)
@@ -15,6 +15,11 @@
* {@link org.cytoscape.io.CyFileFilter}.
*/
public interface CyNetworkViewReader extends Task {
+
+ /**
+ * By default, this value will be used as the View Threshold.
+ */
+ static final int DEF_VIEW_THRESHOLD = 3000;
/**
* Return an array of {@link org.cytoscape.view.model.CyNetworkView}
objects
--
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.