AutomatedReasoningPolicyAddVariableAnnotation

An annotation for adding a new variable to an Automated Reasoning policy, which can be used in rule expressions.

Types

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

Properties

Link copied to clipboard

A description of what the variable represents and how it should be used in rules.

Link copied to clipboard

The name of the new variable. This name will be used to reference the variable in rule expressions.

Link copied to clipboard

The type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.

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