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

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
protected abstract val aggregator: ScoreUnitAggregator

ScoreUnitAggregator for reducing all generated ScoreReportUnit into a single aggregated score for the stage.

Link copied to clipboard
protected abstract val generator: ScoreUnitGenerator

ScoreUnitGenerator for generating ScoreReportUnit from some arbitrary input of the pipeline stage.

Link copied to clipboard
protected abstract val runner: Runner

The Runner used to execute the score-generating pipeline stage.

Link copied to clipboard

The score of this report unit.

Link copied to clipboard
Link copied to clipboard
protected abstract val stage: PipelineStage

The PipelineStage which should generate the scoring-related information.