concepts.dsl.expression.GeneralizedQuantificationExpression#
- class GeneralizedQuantificationExpression[source]#
Bases:
ValueOutputExpression
Methods
cached_string
([max_length])Attributes
The quantification operation.
The quantified variable.
The internal expression.
- __init__(quantification_op, variable, expr, return_type=None)[source]#
- Parameters:
quantification_op (Any)
variable (Variable)
expr (ValueOutputExpression)
return_type (ValueType | None)
- __new__(**kwargs)#
- check_arguments()#
- expression: ValueOutputExpression#
The internal expression.