|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.converter.PrefixConverter
public class PrefixConverter
Sample converter - adds prefix to the id of every relation belonging to given data set.
Accepts one parameter - the prefix to add.
Constructor Summary | |
---|---|
PrefixConverter(String newPrefix)
Parametrized constructor. |
Method Summary | |
---|---|
void |
convert(DataSet set)
Covert the data in the data set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrefixConverter(String newPrefix)
newPrefix
- The prefix to add.Method Detail |
---|
public void convert(DataSet set)
convert
in interface IConverter
set
- The data set to convert.IConverter.convert(pl.edu.agh.cast.model.base.DataSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |