AutomatedReasoningPolicyBuildStep

Represents a single step in the policy build process, containing context about what was being processed and any messages or results.

Types

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

Properties

Link copied to clipboard

Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.

Link copied to clipboard

A list of messages generated during this build step, including informational messages, warnings, and error details.

Link copied to clipboard

Reference to the previous element or step in the build process, helping to trace the sequence of operations.

Functions

Link copied to clipboard
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