JAL-98 ProfileI interface for Profile
[jalview.git] / src / jalview / schemes / ColourSchemeI.java
index 54c8c99..fb71686 100755 (executable)
@@ -21,7 +21,7 @@
 package jalview.schemes;
 
 import jalview.datamodel.AnnotatedCollectionI;
-import jalview.datamodel.Profile;
+import jalview.datamodel.ProfileI;
 import jalview.datamodel.SequenceCollectionI;
 import jalview.datamodel.SequenceI;
 
@@ -53,7 +53,7 @@ public interface ColourSchemeI
   /**
    * assign the given consensus profile for the colourscheme
    */
-  public void setConsensus(Profile[] hconsensus);
+  public void setConsensus(ProfileI[] hconsensus);
 
   /**
    * assign the given conservation to the colourscheme