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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateModelTransformation(URI transformationUri) Factory method the createTransformationDatafor the QVTo transformation specified by the given URI.
-
Constructor Details
-
ModelTransformationFactory
public ModelTransformationFactory()Initializes a new instance of theModelTransformationFactoryclass.
-
-
Method Details
-
createModelTransformation
Factory method the createTransformationDatafor the QVTo transformation specified by the given URI.- Parameters:
transformationUri- AURIthat points to a QVTo transformation.- Returns:
- A
TransformationDatainstance that encapsulates all data required to deal with the transformation during Simulizar runs. - Throws:
IllegalArgumentException- In case the given URI does not point to aQVTotransformation.NullPointerException- In case the giventransformationURIisnull.
-