X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;fp=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=4ae8ba29add38dc36920b878eeaaf90941ae97ba;hb=8c7fd90d480e2671e0fa251ada3c89fa1d18862a;hp=76d1a485df422ff597611d82c07d092d42cba4f9;hpb=ea7b9666447dea727e9d607de3694cfe27bc811e;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index 76d1a48..4ae8ba2 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -363,6 +363,14 @@ public interface AlignmentI extends AnnotatedCollectionI void addCodonFrame(AlignedCodonFrame codons); /** + * add a set of aligned codons mappings for this alignment, apart from any + * duplicates which are ignored + * + * @param codons + */ + void addCodonFrames(Iterable codons); + + /** * remove a particular codon frame reference from this alignment * * @param codons