Class QVTOReconfigurationLoader
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurationLoader
org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOReconfigurationLoader
- All Implemented Interfaces:
Extension
-
Field Summary
Fields inherited from class org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurationLoader
transformations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
The method specifies the file extension of the reconfigurations files that are supposed to be loaded.protected void
setTransformations
(URI[] transURIs) The method sets an array of URIs, specifying the location of reconfigurations.Methods inherited from class org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurationLoader
getTransformations, load
-
Constructor Details
-
QVTOReconfigurationLoader
@Inject public QVTOReconfigurationLoader()
-
-
Method Details
-
getTransformationFileExtension
Description copied from class:AbstractReconfigurationLoader
The method specifies the file extension of the reconfigurations files that are supposed to be loaded.- Specified by:
getTransformationFileExtension
in classAbstractReconfigurationLoader
- Returns:
- the file extension.
-
setTransformations
Description copied from class:AbstractReconfigurationLoader
The method sets an array of URIs, specifying the location of reconfigurations.- Specified by:
setTransformations
in classAbstractReconfigurationLoader
- Parameters:
transURIs
- Reconfiguration locations.
-