Package edu.udo.cs.yale.operator.parameter

This package contains classes for handling of operator parameters and specifiying parameter types.

See:
          Description

Class Summary
Parameters This class is a collection of the parameter values of a single operator.
ParameterType A ParameterType holds information about type, range, and default value of a parameter.
ParameterTypeAttributeFile A parameter type for parameters which stands for attribute description files (Yale XML descriptions).
ParameterTypeBoolean A parameter type for boolean parameters.
ParameterTypeCategory A parameter type for categories.
ParameterTypeColor A parameter type for files.
ParameterTypeConfiguration This parameter type will lead to a GUI element which can be used as initialization for a sort of operator configuration wizard.
ParameterTypeDirectory A parameter type for directories.
ParameterTypeDouble A parameter type for double values.
ParameterTypeFile A parameter type for files.
ParameterTypeInnerOperator Helper class for GUI purposes.
ParameterTypeInt A parameter type for integer values.
ParameterTypeList A parameter type for parameter lists.
ParameterTypeNumber An abstract superclass for all numerical parameter types.
ParameterTypeParameterValue Helper class for GUI purposes.
ParameterTypePassword A parameter for passwords.
ParameterTypeSingle An abstract superclass for single, i.e. non-list, parameters.
ParameterTypeString A parameter type for String values.
ParameterTypeStringCategory A parameter type for categories.
ParameterTypeValue A helper class for GUI purposes which allows for more sophisticated and automatic parameter creations.
 

Exception Summary
UndefinedParameterError This exception will be thrown if a non-optional parameter has no default value and was not defined by the user.
 

Package edu.udo.cs.yale.operator.parameter Description

This package contains classes for handling of operator parameters and specifiying parameter types.



Copyright © 2001-2006