Constraint Operators
To meet your specific requirements you refine your constraints with operators.
|
Operator |
Description |
|---|---|
|
= |
equal |
|
<> |
not equal |
|
< |
less |
|
<= |
less or equal only for numeric constraints |
|
> |
greater |
|
>= |
greater or equal only for numeric constraints |
|
][ |
range excluding only for numeric constraints |
|
[] |
range including only for numeric constraints |
|
matches Regex |
value matches Java regular expression |
|
does not match Regex |
value does not match Java regular expression |
|
Classification: <custom> |
All classifications are available for constraints. The constraint values are the characteristic values available for that classification. |
