JAL-2629 HMMs dropped on the alignment now map to the rf annotation
[jalview.git] / src / jalview / datamodel / AnnotatedCollectionI.java
index 45a3787..878f22a 100644 (file)
@@ -62,7 +62,5 @@ public interface AnnotatedCollectionI extends SequenceCollectionI
    */
   AnnotatedCollectionI getContext();
 
-  public HiddenMarkovModel getHMM();
-
-  public void setHMM(HiddenMarkovModel hmm);
+  
 }