Commit in GeomConverter/src/org/lcsim/geometry on MAIN
IDDecoder.java+5-21.15 -> 1.16
JM: Removing some methods from IDDecoder.  I don't think these were used anyplace except trivially by ganging.

GeomConverter/src/org/lcsim/geometry
IDDecoder.java 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- IDDecoder.java	15 Mar 2006 23:47:32 -0000	1.15
+++ IDDecoder.java	29 Nov 2006 08:33:28 -0000	1.16
@@ -20,10 +20,10 @@
     public void setID(long id);
 
     /** Get an expanded identifier that maps strings to integer values. */
-    public ExpandedIdentifier getExpandedIdentifier();
+    //public ExpandedIdentifier getExpandedIdentifier();
 
     /** Same as getIDExpanded() except sets id. */
-    public ExpandedIdentifier getExpandedIdentifier(long id);
+    //public ExpandedIdentifier getExpandedIdentifier(long id);
 
     /*/\/\/\ Access to field data /\/\/\ */
     public int getValue(String field);
@@ -89,4 +89,7 @@
     public boolean supportsNeighbours();
     public long[] getNeighbourIDs();
     public long[] getNeighbourIDs(int deltaLayer, int deltaTheta, int deltaPhi);
+    
+    // comparison
+    //int compareTo(IDDecoder decoder);
 }
CVSspam 0.2.8