Uses of Interface
de.jstacs.parameters.validation.Constraint

Packages that use Constraint
de.jstacs.parameters.validation Provides classes for the validation of Parameter values 
 

Uses of Constraint in de.jstacs.parameters.validation
 

Classes in de.jstacs.parameters.validation that implement Constraint
 class ReferenceConstraint
          Class for a Constraint that defines a condition on one Parameter (the one containing the ConstraintValidator) with respect to another Parameter.
 class SimpleReferenceConstraint
          Class for a ReferenceConstraint that checks for "simple" conditions as defined in the Constraint-interface.
 class SimpleStaticConstraint
          Class for a Constraint that checks values against static values using the comparison operators defined in the Constraint-interface.
 

Methods in de.jstacs.parameters.validation that return Constraint
 Constraint Constraint.clone()
          This method returns a deep copy of the current instance.
 

Methods in de.jstacs.parameters.validation with parameters of type Constraint
 void ConstraintValidator.addConstraint(Constraint c)
          Adds an additional Constraint to the list of Constraints.