ContainerConstraint

Representation of a Constraint that contains other Constraints. This is a base class and is not directly constructed.

Constructor Summary

ContainsConstraint() 

Methods

Summary:

add(Constraint constraint)

Add a constraint as a child of this constraint.

See Constraint class.

See Also