JAL-2805 functional binding on loading associated trees
[jalview.git] / src / jalview / ext / archaeopteryx / ExternalLoadedTreeAssociationI.java
1 package jalview.ext.archaeopteryx;
2
3 /**
4  * Interface for associating the leaves of a loaded in (not calculated) tree to
5  * the alignment sequences in Jalview.
6  * 
7  * @author kjvanderheide
8  *
9  * 
10  */
11 interface ExternalLoadedTreeAssociationI
12 {
13   public void associateLeavesToSequences();
14 }