confidenceByRule property

Map<String, Confidence> confidenceByRule
final

How each rule is classified (deterministic vs heuristic), used by the gate.

Implementation

final Map<String, Confidence> confidenceByRule;