Interface ITableModelTransformation
-
public interface ITableModelTransformation
Transformation or midfication of aTableModel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableModel
transform(TableModel tableModel)
Transforms specified table model.
-
-
-
Method Detail
-
transform
TableModel transform(TableModel tableModel)
Transforms specified table model.- Returns:
- the same but modified table model or a new one.
-
-