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