org.forester.pccx
Class ExternalNodeBasedCoverageMethod

java.lang.Object
  extended by org.forester.pccx.ExternalNodeBasedCoverageMethod
All Implemented Interfaces:
CoverageCalculationMethod

public class ExternalNodeBasedCoverageMethod
extends Object
implements CoverageCalculationMethod


Constructor Summary
ExternalNodeBasedCoverageMethod()
           
 
Method Summary
 Coverage calculateCoverage(List<Phylogeny> phylogenies, List<String> names, CoverageCalculationOptions options, boolean annotate_phylogenies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalNodeBasedCoverageMethod

public ExternalNodeBasedCoverageMethod()
Method Detail

calculateCoverage

public Coverage calculateCoverage(List<Phylogeny> phylogenies,
                                  List<String> names,
                                  CoverageCalculationOptions options,
                                  boolean annotate_phylogenies)
Specified by:
calculateCoverage in interface CoverageCalculationMethod