|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use pl.edu.agh.cast.importer.base.data | |
---|---|
pl.edu.agh.cast.importer.base.converter | Provides CAST Importer base classes used for the data conversion during the import process. |
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. |
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 IAnalyzer s. |
pl.edu.agh.cast.importer.base.general | Provides CAST Importer base classes for the general domain model. |
pl.edu.agh.cast.importer.base.logging | Provides CAST Importer base classes for the import process logging purposes. |
pl.edu.agh.cast.importer.base.parser | Provides CAST Importer base classes used for the data parsing during the import process. |
pl.edu.agh.cast.importer.base.process | Provides CAST Importer ImportProcess class. |
pl.edu.agh.cast.importer.base.stat | Provides CAST Importer base classes, which are responsible for error handling of input data during the import process. |
pl.edu.agh.cast.importer.base.tokenizer | Provides CAST Importer base classes used for the data tokenization during the import process. |
pl.edu.agh.cast.importer.base.tokenizer.ack | Provides CAST Importer base classes used for the data tokenization of CSV text files during the import process. |
pl.edu.agh.cast.importer.base.tokenizer.csv | Provides CAST Importer base classes used for the data tokenization of text files (.txt, .csv) during the import process. |
pl.edu.agh.cast.importer.base.tokenizer.fixedwidth | Provides CAST Importer base classes used for the data tokenization of fixed width text files during the import process. |
pl.edu.agh.cast.importer.base.tokenizer.xls | Provides CAST Importer base classes used for the data tokenization of MS Excel (XLS) files during the import process. |
pl.edu.agh.cast.importer.base.util | Provides CAST Importer various general utility classes for the base data importer. |
pl.edu.agh.cast.importer.wizard.dialog | Provides CAST Importer wizard's classes for the import wizard dialogs. |
pl.edu.agh.cast.importer.wizard.dialog.rule | Provides CAST Importer wizard's classes for the import wizard conversion rule dialogs (configuring different conversion rules). |
pl.edu.agh.cast.importer.wizard.general | Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model. |
pl.edu.agh.cast.importer.wizard.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
pl.edu.agh.cast.importer.wizard.provider | Provides CAST Importer wizard's user interface provider classes for the import wizard. |
pl.edu.agh.cast.importer.wizard.utils | Provides CAST Importer wizard's various user interface utility classes. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.converter | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.converter.rules | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.data | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
IDataRow
Interface for classes, which represent one analyzed row of data read from the source data file. |
|
ITabularData
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 . |
|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.general | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.logging | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.parser | |
---|---|
DataRow
Class, which represents one analyzed row 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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.process | |
---|---|
DataRow
Class, which represents one analyzed row 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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.stat | |
---|---|
IDataRow
Interface for classes, which represent one analyzed row of data read from the source data file. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.tokenizer | |
---|---|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.tokenizer.ack | |
---|---|
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.tokenizer.csv | |
---|---|
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.tokenizer.fixedwidth | |
---|---|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.tokenizer.xls | |
---|---|
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.base.util | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
ITabularData
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 . |
|
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.dialog | |
---|---|
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.dialog.rule | |
---|---|
TabularData
Class, which represents the data read from the source data file in a form of a table with already-analyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.general | |
---|---|
TabularData
Class, which represents the data read from the source data file in a form of a table with already-analyzed records. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.page | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
ITabularData
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 . |
|
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. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.provider | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
IDataRow
Interface for classes, which represent one analyzed row of data read from the source data file. |
Classes in pl.edu.agh.cast.importer.base.data used by pl.edu.agh.cast.importer.wizard.utils | |
---|---|
DataRow
Class, which represents one analyzed row of data read from the source data file. |
|
IDataRow
Interface for classes, which represent one analyzed row of data read from the source data file. |
|
ITabularData
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 . |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |