org.forester.pccx
Interface CoverageExtender

All Known Implementing Classes:
BasicExternalNodeBasedCoverageExtender

public interface CoverageExtender


Method Summary
 List<String> find(List<Phylogeny> phylogenies, List<String> already_covered, int number_names_to_find, CoverageCalculationOptions options, PrintStream out)
           
 

Method Detail

find

List<String> find(List<Phylogeny> phylogenies,
                  List<String> already_covered,
                  int number_names_to_find,
                  CoverageCalculationOptions options,
                  PrintStream out)