concepts.dsl.constraint.GroupConstraint#
- class GroupConstraint[source]#
Bases:
object
Methods
Attributes
Return True if the constraint is a group constraint.
The expression of the group constraint.
An optional note for the constraint.
- __init__(expression, note=None)[source]#
- Parameters:
expression (ValueOutputExpression)
note (Any)
- __new__(**kwargs)#
- expression: ValueOutputExpression#
The expression of the group constraint.