Uses of Package
cdx.scorebot.scoring

Packages that use cdx.scorebot.scoring
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.net Implementation of tests for various services and the framework which configures and executes those tests. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
 

Classes in cdx.scorebot.scoring used by cdx.scorebot.app.reporter
ManualScoreEvent
          describes a change in score due to a penalty or bonus resulting from a manually, user-entered request for such a change
ScoreEvent
          describes a change in score due to a penalty or bonus (includes all relevant information as to why)
ScoringRule
          defines how to score a test or group of test(s) and any associated threshold(s)
TestScoreEvent
          describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
 

Classes in cdx.scorebot.scoring used by cdx.scorebot.net
ManualScoreEvent
          describes a change in score due to a penalty or bonus resulting from a manually, user-entered request for such a change
ScoringRuleset
          Describes how to score the service a TestSuite is testing.
TestScoreEvent
          describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
 

Classes in cdx.scorebot.scoring used by cdx.scorebot.scoring
ScoreEvent
          describes a change in score due to a penalty or bonus (includes all relevant information as to why)
ScoringInfo
          Describes a score change as well as any thresholds which modify that change
ScoringRule
          defines how to score a test or group of test(s) and any associated threshold(s)
ScoringRule.BASIC_METHOD_TYPE
          defines the methods which may be used as actions in a basic rule
ScoringRule.BasicCodeGenerator
          defines the fields which are used to generate the code for a basic rule
TestScoreEvent
          describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)
ThresholdType
          an enumeration which specifies what kind of threshold is being applied
 

Classes in cdx.scorebot.scoring used by cdx.scorebot.scoring.logic
ScoringRule
          defines how to score a test or group of test(s) and any associated threshold(s)
TestScoreEvent
          describes a change in score due to a penalty or bonus resulting from test results triggering a scoring rule (includes all relevant information as to why)