X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FComplexAlignFile.java;h=c699b548d0e1699746e70e4aba1f0abe5d6c7ea3;hb=47bbb25ec91be3ee864d7ee5393bcf7a19688f87;hp=92243fbdf42a989a4eecd17db5a38fcd79ef84f5;hpb=bd37e6102cbb5e5a2e12d8375ece436cbfbb1bc2;p=jalview.git diff --git a/src/jalview/api/ComplexAlignFile.java b/src/jalview/api/ComplexAlignFile.java index 92243fb..c699b54 100644 --- a/src/jalview/api/ComplexAlignFile.java +++ b/src/jalview/api/ComplexAlignFile.java @@ -6,9 +6,8 @@ import jalview.schemes.ColourSchemeI; /** * This interface should be implemented by complex file parser with the ability - * to store linked data and complex view states in addition to alingment data + * to store linked data and complex view states in addition to Alignment data * - * @author tcnofoegbu * */ public interface ComplexAlignFile @@ -41,4 +40,10 @@ public interface ComplexAlignFile */ public SequenceI[] getHiddenSequences(); + /** + * Retrieves displayed features from a complex file parser + * + * @return + */ + public FeaturesDisplayedI getDisplayedFeatures(); }