| Package | Description |
|---|---|
| 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. |
| de.jstacs.tools | |
| de.jstacs.tools.ui.galaxy |
| Class and Description |
|---|
| NumberValidator
Class that validates all subclasses of
Number that implement
Comparable (e.g. |
| ParameterValidator
Interface for a parameter validator, i.e.
|
| Class and Description |
|---|
| Constraint
Interface for a constraint that must be fulfilled in a
ConstraintValidator. |
| ConstraintValidator
Class for a
ParameterValidator that is based on Constraints. |
| NumberValidator
Class that validates all subclasses of
Number that implement
Comparable (e.g. |
| ParameterValidator
Interface for a parameter validator, i.e.
|
RegExpValidator
ParameterValidator that checks if a given input String matches a regular expression. |
| SimpleStaticConstraint
Class for a
Constraint that checks values against static values using
the comparison operators defined in the interface Constraint. |
| StorableValidator
Class for a validator that validates instances and XML representations for
the correct class types (e.g.
|
| Class and Description |
|---|
| ParameterValidator
Interface for a parameter validator, i.e.
|
| Class and Description |
|---|
| ParameterValidator
Interface for a parameter validator, i.e.
|