Package pl.edu.agh.cast.importer.base.converter.rules

Provides CAST Importer base classes representing conversion rules/strategies and their utility classes, used by the import converters.

See:
          Description

Interface Summary
IConversionRule Interface for all conversion strategies (rules of conversion), used by the IImportConverter to transform given data to a specified domain model field.
 

Class Summary
AbstractDateDoubleColumnConversionRule Date conversion rule for two columns: one date column and one time column.
AbstractDateSingleColumnConversionRule Retrieves and returns a date value from a specified column of given data row.
AbstractDirectedGraphConversionRule Source and target nodes' conversion for two String columns and one Direction column.
AbstractIntegerSingleColumnConversionRule Base class for conversion rules which conversion result is Integer value.
AbstractSingleColumnConversionRule Abstract class for all single column conversion rules.
AbstractStringSingleColumnConversionRule Retrieves and returns a string value from a specified column of given data row.
 

Package pl.edu.agh.cast.importer.base.converter.rules Description

Provides CAST Importer base classes representing conversion rules/strategies and their utility classes, used by the import converters.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.