Author: pwang
Date: 2011-01-20 15:40:31 -0800 (Thu, 20 Jan 2011)
New Revision: 23530

Modified:
   
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/reader/GraphReader.java
Log:
comment out unused methods

Modified: 
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/reader/GraphReader.java
===================================================================
--- 
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/reader/GraphReader.java
      2011-01-20 23:39:54 UTC (rev 23529)
+++ 
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/reader/GraphReader.java
      2011-01-20 23:40:31 UTC (rev 23530)
@@ -60,26 +60,26 @@
         *
         * @param myView
         */
-       public CyLayoutAlgorithm getLayoutAlgorithm();
+       //public CyLayoutAlgorithm getLayoutAlgorithm();
 
        /**
         * Gets an array of node indices that participate in the newly created 
graph.
         *
         * @return array of node indices from the root graph.
         */
-       public Long[] getNodeIndicesArray();
+       //public Long[] getNodeIndicesArray();
 
        /**
         * Gets an array of edges indices that participate in the newly created 
graph.
         *
         * @return array of edges indices from the root graph.
         */
-       public Long[] getEdgeIndicesArray();
+       //public Long[] getEdgeIndicesArray();
 
        /**
         * Execute whatever post-processing is required.
         */
-       public void doPostProcessing(CyNetwork network);
+       //public void doPostProcessing(CyNetwork network);
 
        /**
         * Gets the name of the network.

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