Package pl.edu.agh.cast.importer.base.data

Provides CAST Importer base inner data formats, used by the import process, or more precisely by the IImportTokenizer, IImportParser and IAnalyzers.

See:
          Description

Interface Summary
IDataRow<T> Interface for classes, which represent one analyzed row of data read from the source data file.
ITabularData<T extends IDataRow<?>> Interface for classes, which represents the data read from the source data file in a form of a table with records records of type extending IDataRow.
 

Class Summary
DataRow Class, which represents one analyzed row of data read from the source data file.
RawDataRow Class, which represents one unanalyzed row (record) of data read from the source data file.
RawTabularData Class, which represents the data read from the source data file in a form of a table with unanalyzed records.
TabularData Class, which represents the data read from the source data file in a form of a table with already-analyzed records.
TabularDataColumn Representation of a tabular data column.
 

Package pl.edu.agh.cast.importer.base.data Description

Provides CAST Importer base inner data formats, used by the import process, or more precisely by the IImportTokenizer, IImportParser and IAnalyzers.

Related Documentation

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



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