Uses of Class
de.jstacs.parameters.validation.NumberValidator

Packages that use NumberValidator
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
de.jstacs.parameters.validation Provides classes for the validation of Parameter values. 
 

Uses of NumberValidator in de.jstacs.parameters
 

Constructors in de.jstacs.parameters with parameters of type NumberValidator
ArrayParameterSet(ParameterSet template, String nameTemplate, String commentTemplate, String lengthName, String lengthComment, NumberValidator<Integer> allowedLengths)
          Creates a new ArrayParameterSet from a Class that can be instantiated using this ArrayParameterSet and templates for the ParameterSet in each element of the array, the name and the comment that are displayed for the ParameterSetContainers enclosing the ParameterSets.
 

Uses of NumberValidator in de.jstacs.parameters.validation
 

Methods in de.jstacs.parameters.validation that return NumberValidator
 NumberValidator NumberValidator.clone()