JAL-1800 SearchResults.equals() to allow smarter mouseover of codons
[jalview.git] / src / jalview / datamodel / ASequenceI.java
1 package jalview.datamodel;
2
3 /**
4  * interfaces to access the basic metadata for a concrete or virtual sequence
5  * 
6  * @author jprocter
7  *
8  */
9 public interface ASequenceI
10 {
11
12 }