Uses of Class
de.jstacs.parameters.SimpleParameter

Packages that use SimpleParameter
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 SimpleParameter in de.jstacs.parameters
 

Methods in de.jstacs.parameters that return SimpleParameter
 SimpleParameter SimpleParameter.clone()
           
 

Constructors in de.jstacs.parameters with parameters of type SimpleParameter
RangeParameter(SimpleParameter par)
          Constructs a RangeParameter from a SimpleParameter that is rangeable.
 

Uses of SimpleParameter in de.jstacs.parameters.validation
 

Constructors in de.jstacs.parameters.validation with parameters of type SimpleParameter
SimpleReferenceConstraint(SimpleParameter constraintParameter, int comparisonOperator)
          Creates a new SimpleReferenceConstraint from a reference SimpleParameter and a comparison operator, which is one of the values defined in the Constraint interface.