Author: mes
Date: 2012-04-12 13:55:15 -0700 (Thu, 12 Apr 2012)
New Revision: 28808

Modified:
   
core3/api/trunk/io-api/src/main/java/org/cytoscape/io/read/InputStreamTaskFactory.java
Log:
Updated javadoc.

Modified: 
core3/api/trunk/io-api/src/main/java/org/cytoscape/io/read/InputStreamTaskFactory.java
===================================================================
--- 
core3/api/trunk/io-api/src/main/java/org/cytoscape/io/read/InputStreamTaskFactory.java
      2012-04-12 20:52:03 UTC (rev 28807)
+++ 
core3/api/trunk/io-api/src/main/java/org/cytoscape/io/read/InputStreamTaskFactory.java
      2012-04-12 20:55:15 UTC (rev 28808)
@@ -21,5 +21,11 @@
         */
        TaskIterator createTaskIterator(InputStream is, String inputName);
        
+       /**
+        * Returns true if the factory is ready to be produce a TaskIterator 
and false otherwise.
+        * @param is The {@link java.io.InputStream} to be read.
+        * @param inputName The name of the input.
+        * @return true if the factory is ready to be produce a TaskIterator 
and false otherwise.
+        */
        boolean isReady(InputStream is, String inputName);
 }

-- 
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.

Reply via email to