org.forester.pccx
Class ExternalNodeBasedCoverageMethodOptions
java.lang.Object
org.forester.pccx.ExternalNodeBasedCoverageMethodOptions
- All Implemented Interfaces:
- CoverageCalculationOptions
public class ExternalNodeBasedCoverageMethodOptions
- extends Object
- implements CoverageCalculationOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalNodeBasedCoverageMethodOptions
public ExternalNodeBasedCoverageMethodOptions(String scoring_method)
- This constructor sets the class name for the scoring method e.g.
"org.forester.tools.modeling.BranchCountingBasedScoringMethod"
- Parameters:
scoring_method
- class name for the scoring method
asString
public String asString()
- Specified by:
asString
in interface CoverageCalculationOptions
getScoringMethod
public String getScoringMethod()