JAL-653 JAL-1780 refactor getGroups so HTMLfile/JSONfile adopt same pattern as other...
[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 }