Class Quantifier

Hierarchy (view full)

Constructors

Properties

array: Formula[] | Atom

The of the quantifier

formula: Formula

The formula to evaluate for each value

indexPlaceholder: string

The property name under which the current index will be merged into the data.

placeholder: string

The property name under which the current array value will be merged into the data.

quantifier: "forall" | "exists"

Describes which quantifier this is

Methods