package jalview.ext.archaeopteryx; /** * Interface for associating the leaves of a loaded in (not calculated) tree to * the alignment sequences in Jalview. * * @author kjvanderheide * * */ interface ExternalLoadedTreeAssociationI { public void associateLeavesToSequences(); }