Module analysis

Module analysis 

Source
Expand description

Score analysis types for detailed constraint tracking.

This module provides types for analyzing constraint matches in detail, including which entities are involved in each match, score explanations, and entity-level indictments.

Structsยง

ConstraintAnalysis
Per-constraint breakdown in a score explanation.
ConstraintJustification
Justification for why a constraint matched.
DetailedConstraintEvaluation
Extended constraint evaluation with detailed match information.
DetailedConstraintMatch
A detailed constraint match with entity information.
EntityRef
Reference to an entity involved in a constraint match.
Indictment
Analysis of how a single entity impacts the score.
IndictmentMap
Map of entity indictments for analyzing which entities cause violations.
ScoreExplanation
Complete score explanation with per-constraint breakdown.