| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPreprocessingItem | |
|---|---|
| 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. | 
| Uses of IPreprocessingItem in pl.edu.agh.cast.data.preprocessing | 
|---|
| Methods in pl.edu.agh.cast.data.preprocessing that return types with arguments of type IPreprocessingItem | |
|---|---|
 List<? extends IPreprocessingItem> | 
IImportPreprocessor.analyzeData(TabularData data,
            Map<Integer,Integer> mapping)
Analyzes input data and returns list of possible changes types.  | 
| Method parameters in pl.edu.agh.cast.data.preprocessing with type arguments of type IPreprocessingItem | |
|---|---|
 void | 
IImportPreprocessor.applyChanges(List<? extends IPreprocessingItem> items,
             IRawDataObserver dataObserver)
Apply changes to given input data.  | 
 Map<DataCell,String> | 
IImportPreprocessor.getProposedChanges(Collection<? extends IPreprocessingItem> items)
Returns proposed changes for items.  | 
 void | 
IImportPreprocessor.undoChanges(List<? extends IPreprocessingItem> items,
            IRawDataObserver dataObserver)
Undo changes for specified items (only if items was applied before).  | 
| Uses of IPreprocessingItem in pl.edu.agh.cast.data.ui.importer.wizard | 
|---|
| Fields in pl.edu.agh.cast.data.ui.importer.wizard with type parameters of type IPreprocessingItem | |
|---|---|
protected  List<IPreprocessingItem> | 
PreprocessingPage.preprocessedItems
Items which can occur during import preprocessing.  | 
| Methods in pl.edu.agh.cast.data.ui.importer.wizard that return IPreprocessingItem | |
|---|---|
 IPreprocessingItem | 
PreprocessingItemContent.getItem()
 | 
| Methods in pl.edu.agh.cast.data.ui.importer.wizard that return types with arguments of type IPreprocessingItem | |
|---|---|
 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.  | 
 List<? extends IPreprocessingItem> | 
PreprocessingPageComposite.getCheckedItems()
Retrieves items which can occur during import preprocessing, which had been checked in the items table viewer.  | 
 List<? extends IPreprocessingItem> | 
PreprocessingPage.getCheckedItems()
 | 
 List<? extends IPreprocessingItem> | 
PreprocessingPage.getPreprocessingResult()
 | 
| Method parameters in pl.edu.agh.cast.data.ui.importer.wizard with type arguments of type IPreprocessingItem | |
|---|---|
 void | 
ImportWizard.applyPreprocessingChanges(List<? extends IPreprocessingItem> changes,
                          org.eclipse.core.runtime.IProgressMonitor monitor)
Apply the specified changes to current preprocessor.  | 
 void | 
PreprocessingPageComposite.setInputData(List<? extends IPreprocessingItem> data)
Initializes the items table viewer with the specified input.  | 
 void | 
PreprocessingPage.setPreprocessingResult(List<? extends IPreprocessingItem> res)
Sets the preprocessing result and its dependent attributes.  | 
 Map<DataCell,String> | 
ImportWizard.showPreprocessingPreview(List<? extends IPreprocessingItem> items)
Returns proposed changes for the preprocessed items or null if either the items or the preprocessor
 were undefined. | 
 void | 
ImportWizard.undoPreprecessingChanges(List<? extends IPreprocessingItem> changes,
                         org.eclipse.core.runtime.IProgressMonitor monitor)
Undo the specified changes for current preprocessor (only if the changes were applied before).  | 
| Constructors in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type IPreprocessingItem | |
|---|---|
PreprocessingItemContent(Boolean checked,
                         IPreprocessingItem item)
The default constructor.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||