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

Copy Markdown View Source

One ordered entry in a boxed DMN context; the final entry may be unnamed.

Summary

Types

t()

@type t() :: %Boxic.DMN.Model.ContextEntry{
  expression: Boxic.DMN.Model.expression(),
  id: String.t() | nil,
  variable: Boxic.DMN.Model.Variable.t() | nil
}