Type Parameters

  • T
  • U

Hierarchy (view full)

Constructors

Properties

_errors: JSONSetValidationError<T>[] = []
_id: number
_possibleSelections: PossibleSolution<T, U>[][] = []
blueprint: JSONSetBlueprint<T, U>
children: DecisionTreeNode<T, U>[] = []
combination: "and" | "or"

Accessors

  • get description(): undefined | string
  • Returns undefined | string

  • get name(): undefined | string
  • Returns undefined | string

  • get path(): string
  • Returns string

Methods