public final class TransformationData extends Object
OperationalTransformation model objectTransformationExecutor that will execute the transformationTransformationParameterInformationTransformationDataFactory,
TransformationParameterInformation| Modifier and Type | Method and Description |
|---|---|
Collection<TransformationParameterInformation> |
getInParameters()
Gets all transformation parameters that are marked as 'in' or 'inout' params, i.e., all
parameters that are preceded by either the 'in' or the 'inout' keyword.
|
int |
getParameterCount()
Gets the number of parameters the associated QVTo transformation has.
|
Collection<TransformationParameterInformation> |
getPureOutParameters()
Gets all transformation parameters that are marked as 'out' params, i.e., all parameters that
are preceded by the out keyword.
|
org.eclipse.m2m.qvt.oml.TransformationExecutor |
getTransformationExecutor()
Gets the transformation executor that will be used to execute the associated QVT0
transformation.
|
String |
getTransformationName()
Gets the name of the associated QVTo transformation.
|
public int getParameterCount()
public Collection<TransformationParameterInformation> getPureOutParameters()
Collection of the 'out' params, in order of appearance.public Collection<TransformationParameterInformation> getInParameters()
Collection of the 'in'/'inout' params, in order of
appearance.public String getTransformationName()
String that contains the name of the transformation.public org.eclipse.m2m.qvt.oml.TransformationExecutor getTransformationExecutor()
TransformationExecutor that will execute the transformation.