| Package | Description |
|---|---|
| de.jstacs.parameters.validation |
Provides classes for the validation of
Parameter values. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStaticConstraint
Class for a
Constraint that checks values against static values using
the comparison operators defined in the interface Constraint. |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraint.clone()
This method returns a deep copy of the current instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintValidator.addConstraint(Constraint c)
Adds an additional
Constraint to the list of Constraints. |