JAL-2446 FeatureStore with NCList - work in progress
[jalview.git] / src / jalview / datamodel / features / ContiguousI.java
diff --git a/src/jalview/datamodel/features/ContiguousI.java b/src/jalview/datamodel/features/ContiguousI.java
new file mode 100644 (file)
index 0000000..d0b3259
--- /dev/null
@@ -0,0 +1,8 @@
+package jalview.datamodel.features;
+
+public interface ContiguousI
+{
+  int getBegin(); // todo want long for genomic positions?
+
+  int getEnd();
+}