Class ModelTransformationFactory
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.qvto.util.ModelTransformationFactory
Factory class to create
TransformationData
objects related to QVTo transformations.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelTransformation
(URI transformationUri) Factory method the createTransformationData
for the QVTo transformation specified by the given URI.
-
Constructor Details
-
ModelTransformationFactory
public ModelTransformationFactory()Initializes a new instance of theModelTransformationFactory
class.
-
-
Method Details
-
createModelTransformation
Factory method the createTransformationData
for the QVTo transformation specified by the given URI.- Parameters:
transformationUri
- AURI
that points to a QVTo transformation.- Returns:
- A
TransformationData
instance that encapsulates all data required to deal with the transformation during Simulizar runs. - Throws:
IllegalArgumentException
- In case the given URI does not point to aQVTo
transformation.NullPointerException
- In case the giventransformationURI
isnull
.
-