JAL-2805 finished up interface comments
[jalview.git] / src / jalview / ext / archaeopteryx / ExternalLoadedTreeAssociationI.java
index 08a0cdc..5e820b7 100644 (file)
@@ -3,7 +3,10 @@ package jalview.ext.archaeopteryx;
 import jalview.datamodel.SequenceI;
 
 /**
- * Note that this will take anything as a Tree object.
+ * Interface for associating the leaves of a loaded in (not calculated) tree to
+ * the alignment sequences in Jalview. Note that this will take anything as a
+ * Tree object as no assumptions can be made about the inheritance structure of
+ * Tree (besides being an Object).
  * 
  * @author kjvanderheide
  *