Boxic.DMN.Model.InputClause (boxic_dmn v0.2.0)

Copy Markdown View Source

Normalized decision-table input clause.

Summary

Types

t()

@type t() :: %Boxic.DMN.Model.InputClause{
  allowed_values: String.t() | nil,
  expression: String.t() | nil,
  id: String.t() | nil,
  label: String.t() | nil,
  type_ref: String.t() | nil
}