Merge branch 'develop' into features/JAL-250_hideredundantseqs
[jalview.git] / src / jalview / datamodel / ContiguousI.java
diff --git a/src/jalview/datamodel/ContiguousI.java b/src/jalview/datamodel/ContiguousI.java
new file mode 100644 (file)
index 0000000..f2ae4b7
--- /dev/null
@@ -0,0 +1,8 @@
+package jalview.datamodel;
+
+public interface ContiguousI
+{
+  int getBegin(); // todo want long for genomic positions?
+
+  int getEnd();
+}