AutomatedReasoningPolicyAtomicStatement

Represents a single, indivisible statement extracted from a source document. Atomic statements are the fundamental units used to ground policy rules and variables to their source material.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

A unique identifier for this atomic statement within the fidelity report.

Link copied to clipboard

Information about where this statement appears in the source document, including line numbers.

Link copied to clipboard

The actual text content of the atomic statement as extracted from the source document.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String