pl.edu.agh.cast.data.preprocessing
Interface IPreprocessingItem


public interface IPreprocessingItem

Describes single item which can occur during import preprocessing. Contains associated data cells.

Author:
AGH CAST Team

Method Summary
 Set<DataCell> getDataCells()
          Retrieves the associated data cells.
 int getDataCellsCount()
          Retrieves the number of associated data cells.
 String getItemName()
          Retrieves the item name.
 

Method Detail

getItemName

String getItemName()
Retrieves the item name.

Returns:
the item name

getDataCells

Set<DataCell> getDataCells()
Retrieves the associated data cells.

Returns:
the associated cells

getDataCellsCount

int getDataCellsCount()
Retrieves the number of associated data cells.

Returns:
the number of cells


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