Class SDReconfigurationLoader
- java.lang.Object
-
- org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurationLoader
-
- org.palladiosimulator.simulizar.reconfiguration.storydiagram.SDReconfigurationLoader
-
- All Implemented Interfaces:
Extension
public class SDReconfigurationLoader extends AbstractReconfigurationLoader
-
-
Field Summary
Fields Modifier and Type Field Description static StringSTORYDIAGRAMS_FILE_EXTENSION-
Fields inherited from class org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurationLoader
transformations
-
-
Constructor Summary
Constructors Constructor Description SDReconfigurationLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetTransformationFileExtension()The method specifies the file extension of the reconfigurations files that are supposed to be loaded.protected voidsetTransformations(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
-
-
-
-
Field Detail
-
STORYDIAGRAMS_FILE_EXTENSION
public static final String STORYDIAGRAMS_FILE_EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTransformationFileExtension
protected String getTransformationFileExtension()
Description copied from class:AbstractReconfigurationLoaderThe method specifies the file extension of the reconfigurations files that are supposed to be loaded.- Specified by:
getTransformationFileExtensionin classAbstractReconfigurationLoader- Returns:
- the file extension.
-
setTransformations
protected void setTransformations(URI[] transURIs)
Description copied from class:AbstractReconfigurationLoaderThe method sets an array of URIs, specifying the location of reconfigurations.- Specified by:
setTransformationsin classAbstractReconfigurationLoader- Parameters:
transURIs- Reconfiguration locations.
-
-