Package org.forester.pccx
Class BasicExternalNodeBasedCoverageExtender
java.lang.Object
org.forester.pccx.BasicExternalNodeBasedCoverageExtender
- All Implemented Interfaces:
 CoverageExtender
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfind(List<Phylogeny> phylogenies, List<String> already_covered, int number_names_to_find, CoverageCalculationOptions options, PrintStream out)  
- 
Constructor Details
- 
BasicExternalNodeBasedCoverageExtender
public BasicExternalNodeBasedCoverageExtender() 
 - 
 - 
Method Details
- 
find
public List<String> find(List<Phylogeny> phylogenies, List<String> already_covered, int number_names_to_find, CoverageCalculationOptions options, PrintStream out) - Specified by:
 findin interfaceCoverageExtender
 
 -