JAL-2110 JAL-2145 fix out of date test for 2baee069f9edaef280f0115bae42d4ac7b77bb9b
[jalview.git] / src / jalview / structure / StructureMapping.java
index 3fcb5e9..78634e0 100644 (file)
@@ -159,4 +159,14 @@ public class StructureMapping
     }
     return ala_copy;
   }
+
+  public String getMappingDetailsOutput()
+  {
+    return mappingDetails;
+  }
+
+  public HashMap<Integer, int[]> getMapping()
+  {
+    return mapping;
+  }
 }