Author: pwang
Date: 2011-04-05 14:06:37 -0700 (Tue, 05 Apr 2011)
New Revision: 24680

Modified:
   
core3/search-impl/trunk/src/main/java/org/cytoscape/search/internal/EnhancedSearchManager.java
Log:
Add a new method clear()

Modified: 
core3/search-impl/trunk/src/main/java/org/cytoscape/search/internal/EnhancedSearchManager.java
===================================================================
--- 
core3/search-impl/trunk/src/main/java/org/cytoscape/search/internal/EnhancedSearchManager.java
      2011-04-05 21:02:14 UTC (rev 24679)
+++ 
core3/search-impl/trunk/src/main/java/org/cytoscape/search/internal/EnhancedSearchManager.java
      2011-04-05 21:06:37 UTC (rev 24680)
@@ -72,4 +72,11 @@
                }
        }       
 
+       /**
+        * Set the state of the Manger to its original 
+        */
+       public void clear(){
+               networkIndexMap.clear();
+               networkIndexStatusMap.clear();
+       }
 }

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