JAL-3383 JAL-3253-applet additional efficiencies; FeatureStore
[jalview.git] / src / jalview / datamodel / SequenceFeature.java
index 7052f34..bf2408c 100755 (executable)
@@ -99,6 +99,11 @@ public class SequenceFeature implements FeatureLocationI
    */
   private String source;
 
+  // for Overview sort:
+  public int index;
+
+  public SequenceFeature containedBy;
+
   /**
    * Constructs a duplicate feature. Note: Uses makes a shallow copy of the
    * otherDetails map, so the new and original SequenceFeature may reference the