Package net.sf.jdmf.data.input.attribute

Class Summary
Attribute Defines an attribute (a set of values with a common name - similar to a column in a table).
AttributeConverter Performs various conversions involving attributes.
AttributeTypeFactory Determines the attribute type based on the class of its values.
AttributeValuePair Represents a pair of two attribute values.
Instance A set of single values from different attributes (similar to a row in a table).
 

Enum Summary
AttributeType Represents the type of the attribute (numeric, nominal or empty).