Author: Srinivasarao
Date: 2009-07-03 05:02:54 -0700 (Fri, 03 Jul 2009)
New Revision: 17216
Modified:
csplugins/trunk/soc/srinivasarao/search-api/src/main/java/org/cytoscape/search/EnhancedSearch.java
Log:
Modified:
csplugins/trunk/soc/srinivasarao/search-api/src/main/java/org/cytoscape/search/EnhancedSearch.java
===================================================================
---
csplugins/trunk/soc/srinivasarao/search-api/src/main/java/org/cytoscape/search/EnhancedSearch.java
2009-07-03 10:19:16 UTC (rev 17215)
+++
csplugins/trunk/soc/srinivasarao/search-api/src/main/java/org/cytoscape/search/EnhancedSearch.java
2009-07-03 12:02:54 UTC (rev 17216)
@@ -44,8 +44,15 @@
String INDEX_SET = "INDEX_SET";
String REINDEX = "REINDEX";
-
+
/**
+ * Indexes a network and adds the index to the global index.
+ * @param network
+ */
+
+ public void addNetwork(CyNetwork network);
+
+ /**
* Removes the specified network from the global index. To free up
memory,
* this method should be called whenever a network is destroyed.
*
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---