Package de.lmu.ifi.dbs.elki.data.type

Data type information, also used for type restrictions.

See:
          Description


Interface Summary
TypeInformation Class wrapping a particular data type.
 

Class Summary
AlternativeTypeInformation Class that combines multiple type restrictions into one using the "or" operator.
CombinedTypeInformation Class that combines multiple type restrictions into one using an "and" operator.
SimpleTypeInformation<T> Class wrapping a particular data type.
TypeUtil Utility package containing various common types
VectorFieldTypeInformation<V extends FeatureVector<?,?>> Type information to specify that a type has a fixed dimensionality.
VectorTypeInformation<V extends FeatureVector<?,?>> Construct a type information for vector spaces with fixed dimensionality.
 

Exception Summary
NoSupportedDataTypeException Exception thrown when no supported data type was found.
 

Package de.lmu.ifi.dbs.elki.data.type Description

Data type information, also used for type restrictions.


Release 0.4.0 (2011-09-20_1324)