package jalview.datamodel; public interface ProfilesI { ProfileI get(int i); int getStartColumn(); int getEndColumn(); }