|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrokenRowInfo | |
|---|---|
| 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 BrokenRowInfo in pl.edu.agh.cast.model.base |
|---|
| Methods in pl.edu.agh.cast.model.base that return BrokenRowInfo | |
|---|---|
abstract BrokenRowInfo |
AbstractDataLoaderWithStatistics.validateRow(DataRow row,
Map<Integer,Integer> modelToDataMapping)
Check if row cells are correct for attached mapping. |
BrokenRowInfo |
AbstractModelDataLoader.validateRow(DataRow row,
Map<Integer,Integer> modelToDataMapping)
Validates given data row. |
| Methods in pl.edu.agh.cast.model.base with parameters of type BrokenRowInfo | |
|---|---|
protected void |
AbstractModelDataLoader.importRow(DataRow row,
Map<Integer,Integer> mapping,
BrokenRowInfo brokenRowInfo,
IDataSet dataSet,
Map<String,IEntity> entities)
Creates one relation based on given data row. |
| Uses of BrokenRowInfo in pl.edu.agh.cast.rawdata.stat |
|---|
| Methods in pl.edu.agh.cast.rawdata.stat that return BrokenRowInfo | |
|---|---|
BrokenRowInfo |
BrokenCellInfo.getBrokenRowInfo()
|
BrokenRowInfo |
BrokenDataInfo.getBrokenRowInfo(DataRow row)
Returns broken row info associated with the specified row. |
BrokenRowInfo |
BrokenDataInfo.removeDataRow(DataRow row)
Removed the specified row. |
BrokenRowInfo |
BrokenDataInfo.restoreDataRow(int rowNumber)
Restores row with specified row number. |
| Methods in pl.edu.agh.cast.rawdata.stat with parameters of type BrokenRowInfo | |
|---|---|
void |
BrokenDataInfo.addBrokenRowInfo(BrokenRowInfo brokenRowInfo)
Adds information about broken row in TabularData. |
void |
BrokenDataInfo.removeBrokenRowInfo(BrokenRowInfo brokenRowInfo)
Removes row specified by specified BrokenRowInfo object. |
void |
BrokenDataInfo.replaceBrokenRowInfo(DataRow row,
BrokenRowInfo newValue)
Replaces information about data row which is in newValue object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||