Uses of Class
pl.edu.agh.cast.rawdata.TabularData

Packages that use TabularData
pl.edu.agh.cast.data.importer.data Provides CAST Data's fundamental classes for the data importer. 
pl.edu.agh.cast.data.importer.data.ack Provides CAST Data's classes for the ACK data importer. 
pl.edu.agh.cast.data.importer.data.csv Provides CAST Data's classes for the CSV data importer. 
pl.edu.agh.cast.data.importer.data.txt Provides CAST Data's classes for the TXT data importer. 
pl.edu.agh.cast.data.importer.data.util Provides CAST Data's various general utility classes for the data importer. 
pl.edu.agh.cast.data.importer.data.xls Provides CAST Data's classes for the XLS data importer. 
pl.edu.agh.cast.data.preprocessing Provides CAST Data's classes for the data preprocessing purposes. 
pl.edu.agh.cast.data.ui.importer.wizard Provides CAST Data's user interface classes for the import wizard. 
pl.edu.agh.cast.data.ui.template Provides CAST Data's user interface classes for the new template creation wizard. 
pl.edu.agh.cast.model.base Provides base model classes and interfaces. 
pl.edu.agh.cast.rawdata.stat Contains classes which are responsible for error handling on input data during import process. 
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data
 

Methods in pl.edu.agh.cast.data.importer.data that return TabularData
 TabularData IDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data.ack
 

Methods in pl.edu.agh.cast.data.importer.data.ack that return TabularData
 TabularData AckDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data.csv
 

Methods in pl.edu.agh.cast.data.importer.data.csv that return TabularData
 TabularData CsvDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data.txt
 

Methods in pl.edu.agh.cast.data.importer.data.txt that return TabularData
 TabularData TxtDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data.util
 

Methods in pl.edu.agh.cast.data.importer.data.util that return TabularData
 TabularData ImporterUtil.importData(String path, IDataImporter importer, long rowsLimit, Map<String,String> importerOptions)
          Imports the specified number of rows from given file using the specified importer.
 TabularData ImporterUtil.importData(String path, String importerId, long rowsLimit, Map<String,String> importerOptions)
          Imports the specified number of rows from given file using the importer with specified id.
 

Uses of TabularData in pl.edu.agh.cast.data.importer.data.xls
 

Methods in pl.edu.agh.cast.data.importer.data.xls that return TabularData
 TabularData PoiXlsDataImporter.readData(InputStream rawDataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 TabularData JxlXlsDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
abstract  TabularData AbstractXlsDataImporter.readData(InputStream dataIS, long rowsLimit, Map<String,String> options, Charset charset)
          Transforms the data provided in dataInputStream into TabularData.
 

Uses of TabularData in pl.edu.agh.cast.data.preprocessing
 

Methods in pl.edu.agh.cast.data.preprocessing with parameters of type TabularData
 List<? extends IPreprocessingItem> IImportPreprocessor.analyzeData(TabularData data, Map<Integer,Integer> mapping)
          Analyzes input data and returns list of possible changes types.
 

Uses of TabularData in pl.edu.agh.cast.data.ui.importer.wizard
 

Fields in pl.edu.agh.cast.data.ui.importer.wizard declared as TabularData
protected  TabularData ConversionWithProgressMonitor.data
          Data in tabular form, which is to be converted to data set.
protected  TabularData PreprocessingPage.inputData
          The input data to be preprocessed.
 

Methods in pl.edu.agh.cast.data.ui.importer.wizard that return TabularData
 TabularData ValidationPage.getData()
           
 TabularData PreprocessingPage.getInputData()
           
 TabularData ImportPage.loadPreview(String filePath, Template template)
          Loads a data preview by importing a given amount of rows (PREVIEW_ROWS_LIMIT) of a specified data file, with use of a specified template.
 

Methods in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type TabularData
 List<? extends IPreprocessingItem> ImportWizard.analyzeDataInPreprocessing(TabularData data, Template tmpl, org.eclipse.core.runtime.IProgressMonitor monitor)
          Analyzes the specified input data and returns a list of possible changes types.
 void ValidationPageComposite.setData(TabularData dat, Template tmpl, BrokenDataInfo errs)
          Sets the validation page composite data.
 void ValidationPage.setData(Template tmpl, TabularData dat, BrokenDataInfo err)
          Sets the validation page data.
 void PreprocessingPage.setInputData(TabularData inData)
          Setter for input data.
 void ImportWizard.validateData(TabularData data, Template tmpl, org.eclipse.core.runtime.IProgressMonitor monitor)
          Validates the specified data, according to the specified template.
 

Uses of TabularData in pl.edu.agh.cast.data.ui.template
 

Methods in pl.edu.agh.cast.data.ui.template with parameters of type TabularData
 void ComboBoxTableCreator.createTable(org.eclipse.swt.widgets.Composite container, String[] colNames, TabularData data, MappingWizardPage listener)
          Creates table basing on column names and tabular data.
 void MappingWizardPage.createTable(ModelColumn[] cols, TabularData data)
          Creates a table with specified column names and indication whether they are required or not, and calls the table creator to fill the table with the specified data.
 void ParametersWizardPage.setData(Map<ModelColumn,Integer> columnMapping, TabularData data)
          Sets the parameters wizard page and parameters composite data.
 void ParametersComposite.setData(Map<ModelColumn,Integer> colMapping, TabularData data)
          Sets the parameters composite data.
 

Uses of TabularData in pl.edu.agh.cast.model.base
 

Methods in pl.edu.agh.cast.model.base with parameters of type TabularData
 IDataSet AbstractDataLoaderWithStatistics.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Converts data into IDataSet.
 IDataSet IDataLoader.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Converts data into IDataSet.
abstract  IDataSet AbstractDataLoaderWithStatistics.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping, BrokenDataInfo brokenDataInfo)
          Converts data into IDataSet.
 IDataSet AbstractModelDataLoader.loadData(TabularData data, Map<Integer,Integer> modelToDataMapping, BrokenDataInfo brokenDataInfo)
          Transforms the data given as tabular data to abstract model data set.
abstract  BrokenDataInfo AbstractDataLoaderWithStatistics.validateData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Validates data and creates statistic object which contain all information about input data.
 BrokenDataInfo AbstractModelDataLoader.validateData(TabularData data, Map<Integer,Integer> modelToDataMapping)
          Transforms the data given as tabular data to abstract model data set.
 

Uses of TabularData in pl.edu.agh.cast.rawdata.stat
 

Constructors in pl.edu.agh.cast.rawdata.stat with parameters of type TabularData
BrokenDataInfo(TabularData inputData)
          Default constructor.
 



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