pl.edu.agh.cast.converter
Interface IConverter
- All Known Implementing Classes:
- IdentityConverter, PrefixConverter
public interface IConverter
This interface serves for converting the data in the data set during its pre-processing. The data should be modified
"in-place", i.e. the modifications should be applied to the relations stored in the data set.
This interface is used by the pl.edu.agh.cast.converter extension point.
- Author:
- AGH CAST Team
Method Summary |
void |
convert(DataSet set)
Covert the data in the data set. |
convert
void convert(DataSet set)
- Covert the data in the data set.
- Parameters:
set
- The data set to convert.
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.