ScoreGenerator
Generator class which creates scoring-related data structures, i.e. ScoreReportUnit and StageReportUnit.Scorable.Score.
All derived classes must be composed of a ScoreUnitGenerator and ScoreUnitAggregator. Refer to the corresponding classes for a description of their use case.
Inheritors
Properties
Link copied to clipboard
ScoreUnitAggregator for reducing all generated ScoreReportUnit into a single aggregated score for the stage.
Link copied to clipboard
ScoreUnitGenerator for generating ScoreReportUnit from some arbitrary input of the pipeline stage.
Link copied to clipboard
The score of this report unit.
Link copied to clipboard
List of ScoreReportUnit generated.
Link copied to clipboard
The PipelineStage which should generate the scoring-related information.