Package org.forester.pccx
Class ExternalNodeBasedCoverageMethodOptions
- java.lang.Object
-
- org.forester.pccx.ExternalNodeBasedCoverageMethodOptions
-
- All Implemented Interfaces:
CoverageCalculationOptions
public class ExternalNodeBasedCoverageMethodOptions extends java.lang.Object implements CoverageCalculationOptions
-
-
Constructor Summary
Constructors Constructor Description ExternalNodeBasedCoverageMethodOptions(java.lang.String scoring_method)
This constructor sets the class name for the scoring method e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
asString()
java.lang.String
getScoringMethod()
-
-
-
Constructor Detail
-
ExternalNodeBasedCoverageMethodOptions
public ExternalNodeBasedCoverageMethodOptions(java.lang.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
-
-
Method Detail
-
asString
public java.lang.String asString()
- Specified by:
asString
in interfaceCoverageCalculationOptions
-
getScoringMethod
public java.lang.String getScoringMethod()
-
-