Package org.somox.export
Interface Exporter
- All Superinterfaces:
ConfigurableComponent
Interface for model exporter that are respoonsible to produce the target
software architecture model out of the internal software architecture model.
-
Method Summary
Methods inherited from interface org.somox.configuration.ConfigurableComponent
getConfigurationDefinitions
-
Method Details
-
init
void init()initialize the analyzer -
export
ExportResult export(HashMap<String, String> preferences, org.palladiosimulator.pcm.repository.Repository internalArchitectureModel) Execute the analyzer- Parameters:
preferences
- The preferences for this analyzerinternalArchitectureModel
- The internal architecture model represented through a Q-IMPREss repositoryextractionResultMap
- The map of extraction results- Returns:
- The analysis result object
-