Package fdda.propertyTypes

This package contains the type classes for properties.

See:
          Description

Interface Summary
PropertyType The generic interface for the possible types of a property value.
TypeGenerator A TypeGenerator can generate values for properties of a certain type.
 

Class Summary
AbstractGenerator Abstract superclass for type generators.
AbstractPropertyType Abstract implementation of PropertyType, superclass for the real property types.
BooleanType Type 'boolean' for properties.
DoubleType Type 'double' for properties.
IntegerType Type 'Integer' for properties.
NodeTypeType Type for the properties that determine the algorithmic type of a node.
StringType Type 'String' for properties.
 

Exception Summary
WrongFacetException Is thrown if the value of a property shall be corrected, but the facets of the property have errors.
 

Package fdda.propertyTypes Description

This package contains the type classes for properties. When a property of type 'X' is used, FDDA will look for a class named 'fdda.propertyTypes.XType' to load.
Also contains some interfaces for the types.



API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.