X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FSearchResultMatchI.java%7E;fp=src%2Fjalview%2Fdatamodel%2FSearchResultMatchI.java%7E;h=0000000000000000000000000000000000000000;hb=17b7d054cf7faa5ee57ad8c8c4c9daa495d8cb35;hp=732f1dc0fe00cf02a4bf728be75a699865bcf604;hpb=4a59f639cf5769d9ec66142ebecfa4961c5d3b04;p=jalview.git diff --git a/src/jalview/datamodel/SearchResultMatchI.java~ b/src/jalview/datamodel/SearchResultMatchI.java~ deleted file mode 100644 index 732f1dc..0000000 --- a/src/jalview/datamodel/SearchResultMatchI.java~ +++ /dev/null @@ -1,30 +0,0 @@ -package jalview.datamodel; - -/** - * An interface that describes one matched region of an alignment, as one - * contiguous portion of a single dataset sequence - */ -public interface SearchResultMatchI -{ - /** - * Returns the matched sequence - * - * @return - */ - SequenceI getSequence(); - - /** - * Returns the start position of the match in the sequence (base 1) - * - * @return - */ - int getStart(); - - /** - * Returns the end position of the match in the sequence (base 1) - * - * @return - */ - int getEnd(); - -} \ No newline at end of file