| ClassCollectionConstraint |
Constraint that checks whether a collection of classes is a sub collection of constraint collection.
|
| ClassConstraint |
Constraint that checks whether the value is any of a given collection of classes, where each class is a sub class of a given
type.
|
| CollectionConstraint |
Constraint that checks whether a value is in a given constraint collection.
|
| Constraint |
Interface for a parameter constraint.
|
| DualBound |
Continuous constraints with a dual bound.
|
| MultiConstraint |
Constraint containing multiple constraints.
|
| NumericConstraint |
List of default constraint for ParameterTypes.
|
| SingleBound |
Continuous constraints with a single bound.
|
| SubCollectionConstraint |
Constraint that checks whether a collection (the parameter value) is a subset of a constraint collection.
|