|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Transformer
A transformer provides the data transformation from source type to target type. The cost of the transformation is modelled as weight.
| Method Summary | |
|---|---|
java.lang.String |
getSourceDataBinding()
Get the source type that this transformer transforms data from. |
java.lang.String |
getTargetDataBinding()
Get the target type that this transformer transforms data into. |
int |
getWeight()
Get the cost of the transformation. |
| Method Detail |
|---|
java.lang.String getSourceDataBinding()
java.lang.String getTargetDataBinding()
int getWeight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||