concepts.dsl.constraint.GroupConstraint#

class GroupConstraint[source]#

Bases: object

Methods

Attributes

is_group_constraint

Return True if the constraint is a group constraint.

expression

The expression of the group constraint.

candidate_generators

note

An optional note for the constraint.

__init__(expression, note=None)[source]#
Parameters:
__new__(**kwargs)#
candidate_generators: List[Tuple[Any, Tuple[Any, ...], Tuple[Any, ...]]]#
expression: ValueOutputExpression#

The expression of the group constraint.

property is_group_constraint: bool#

Return True if the constraint is a group constraint.

note: Any#

An optional note for the constraint.