Uses of Class
cdx.scorebot.scoring.ScoreEvent

Packages that use ScoreEvent
cdx.scorebot.app.reporter Contains classes related to the Reporter. 
cdx.scorebot.scoring The framework for scoring test results. 
 

Uses of ScoreEvent in cdx.scorebot.app.reporter
 

Methods in cdx.scorebot.app.reporter with parameters of type ScoreEvent
 java.lang.String CompleteScoringStats.subScoreEventInfo(java.lang.String page, ScoreEvent se)
          substitute in Test Score Event information
 

Uses of ScoreEvent in cdx.scorebot.scoring
 

Subclasses of ScoreEvent in cdx.scorebot.scoring
 class ManualScoreEvent
          describes a change in score due to a penalty or bonus resulting from a manually, user-entered request for such a change
 class 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)
 

Methods in cdx.scorebot.scoring that return ScoreEvent
 ScoreEvent ScoringInfo.getAggravatingEvent(int index)
          Gets the specified ScoreEvent which impacted the score change caused by this.
 

Methods in cdx.scorebot.scoring that return types with arguments of type ScoreEvent
 java.util.Vector<ScoreEvent> ScoringInfo.getAggravatingEvents()
          gets the ScoreEvents which caused this score's impact to be reduced due to ThresholdType.MAX_RULE_PENALTY_TIME only (if any)
 

Methods in cdx.scorebot.scoring with parameters of type ScoreEvent
 void ScoringInfo.addAggravatingEvent(ScoreEvent evt)
          Adds a ScoreEvent to denote as an aggravating event (one that impacted the score change caused by this).