AutomatedReasoningPolicyAddTypeAnnotation

An annotation for adding a new custom type to an Automated Reasoning policy, defining a set of possible values for variables.

Types

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

Properties

Link copied to clipboard

A description of what the custom type represents and how it should be used in the policy.

Link copied to clipboard

The name of the new custom type. This name will be used to reference the type in variable definitions and rules.

Link copied to clipboard

The list of possible values that variables of this type can take, each with its own description and identifier.

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