Uses of Class
cdx.scorebot.scoring.logic.TestIdentifier

Packages that use TestIdentifier
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
cdx.scorebot.scoring.logic.parser Contains the Scoring Logic lexical analyzer and parser. 
 

Uses of TestIdentifier in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that return TestIdentifier
 TestIdentifier TestResultValue.getTestIdentifier()
          get test identifier
 TestIdentifier TestConfigValue.getTestIdentifier()
          get test identifier
 

Constructors in cdx.scorebot.scoring.logic with parameters of type TestIdentifier
TestConfigValue(TestIdentifier testIden, Identifier configIden)
          identifies a specific test configuration option
TestResultValue(TestIdentifier testIden, Identifier resultIden)
          identifies a specific test result
 

Uses of TestIdentifier in cdx.scorebot.scoring.logic.parser
 

Methods in cdx.scorebot.scoring.logic.parser that return TestIdentifier
 TestIdentifier LogicParser.prTestIdentifier()
           
 

Methods in cdx.scorebot.scoring.logic.parser that return types with arguments of type TestIdentifier
 java.util.Vector<TestIdentifier> LogicParser.getTestsUsed()