package jalview.datamodel; public interface ContiguousI { int getBegin(); // todo want long for genomic positions? int getEnd(); }