Uses of Class
cdx.scorebot.scoring.ThresholdType

Packages that use ThresholdType
cdx.scorebot.scoring The framework for scoring test results. 
 

Uses of ThresholdType in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that return ThresholdType
 ThresholdType ScoringInfo.getThresholdType()
          gets the kind of threshold is being applied
static ThresholdType ThresholdType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ThresholdType[] ThresholdType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cdx.scorebot.scoring with parameters of type ThresholdType
 void ScoringInfo.setThresholdType(ThresholdType type)
          sets the kind of threshold is being applied