|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
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 modeled as weight.
Method Summary | |
---|---|
String |
getSourceDataBinding()
Get the source type that this transformer transforms data from. |
String |
getTargetDataBinding()
Get the target type that this transformer transforms data into. |
int |
getWeight()
Get the cost of the transformation. |
Method Detail |
---|
String getSourceDataBinding()
String getTargetDataBinding()
int getWeight()
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |