Package conversion

The conversion package provides some utility classes for converting objects from one class to another.

See:
          Description

Interface Summary
Condition<T> A Condition is a strategy for deciding if data items satisfy a condition.
Converter<F,T> A Converter converts values from type F to type T.
Named A Named object has a getName() method for obtaining the object's name.
Namer<T> A Namer names objects of type T.
Scaler A Scaler converts double values to scaled double values.
 

Class Summary
ClassNameNamer DOCME.
InverseConverter<F,T> DOCME.
LinearScaler A LinearScaler is a scaler that uses a linear conversion formula.
MutableLinearScaler DOCME.
NamedNamer<T extends Named> A NamedNamer names objects that implement the Named interface using their Named.getName() method.
NamerConverter<T> DOCME.
NameSpace<T>  
ToStringConverter DOCME.
 

Package conversion Description

The conversion package provides some utility classes for converting objects from one class to another. They are useful, for example, when complex data items are presented in a graphical user interface by name.