Class DistanceMetricExtensionHandler
java.lang.Object
org.palladiosimulator.edp2.distancemetrics.ui.DistanceMetricExtensionHandler
This class is loaded during startup of an Eclipse instance and
loads all extensions which are connected to the extension point
org.palladiosimulator.edp2.distancemetrics.ui
If there is an issue with the extension (e.g. wrong implementation)
it won't be loaded.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
This method is executed during startup.Returns the initialized distance metric extensions.
-
Method Details
-
execute
This method is executed during startup. -
getDistanceMetricExtensionList
Returns the initialized distance metric extensions.- Returns:
- Empty, if no distance metric extensions have been initialized. Otherwise contains the initialized distance metric extensions.
-
getInstance
- Returns:
- Returns a singleton object of DistanceMetricExtensionHandler class.
-