JAL-98 with the two types missing from last commit Profiles[I] !
[jalview.git] / src / jalview / datamodel / ProfilesI.java
1 package jalview.datamodel;
2
3 public interface ProfilesI
4 {
5
6   ProfileI get(int i);
7
8   int getStartColumn();
9
10   int getEndColumn();
11
12 }