Uses of Class
cdx.scorebot.scoring.ScoringRule.BASIC_METHOD_TYPE

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

Uses of ScoringRule.BASIC_METHOD_TYPE in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that return ScoringRule.BASIC_METHOD_TYPE
 ScoringRule.BASIC_METHOD_TYPE ScoringRule.BasicCodeGenerator.getMethod()
          gets the method to execute if the condition is met
static ScoringRule.BASIC_METHOD_TYPE ScoringRule.BASIC_METHOD_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScoringRule.BASIC_METHOD_TYPE[] ScoringRule.BASIC_METHOD_TYPE.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 ScoringRule.BASIC_METHOD_TYPE
 void ScoringRule.BasicCodeGenerator.setMethod(ScoringRule.BASIC_METHOD_TYPE method)
          sets the method to execute if the condition is met