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

Copy Markdown View Source

Normalized variable declaration attached to input data or a decision.

Summary

Types

t()

@type t() :: %Boxic.DMN.Model.Variable{
  id: String.t() | nil,
  name: String.t() | nil,
  type_ref: String.t() | nil
}