StructureMapping[] mappings;
+ /**
+ * debug function - write all mappings to stdout
+ */
+ public void reportMapping() {\r
+ if (mappings==null)\r
+ {\r
+ System.err.println("reportMapping: No PDB/Sequence mappings.");\r
+ }else{\r
+ System.err.println("reportMapping: There are "+mappings.length+" mappings.");\r
+ for (int m=0;m<mappings.length;m++)\r
+ {\r
+ System.err.println("mapping "+m+" : "+mappings[m].pdbfile);\r
+ }\r
+ }\r
+ }\r
Hashtable mappingData = new Hashtable();
public static StructureSelectionManager getStructureSelectionManager()