Class AbstractSimEngineExtensionHelper
java.lang.Object
de.uka.ipd.sdq.simulation.abstractsimengine.util.AbstractSimEngineExtensionHelper
Helper class for the extension point
de.uka.ipd.sdq.simulation.abstractsimengine.engine
("Abstract Simulation Engine").-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
the id for the "Palladio Simulator" extension point -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ISimEngineFactory
getEngineFactory
(String engineId) static String
getEngineIdForName
(String engineName) static String
getEngineNameForId
(String engineId) static String[]
static String[][]
-
Field Details
-
EXTENSION_POINT_ID
the id for the "Palladio Simulator" extension point- See Also:
-
-
Constructor Details
-
AbstractSimEngineExtensionHelper
public AbstractSimEngineExtensionHelper()
-
-
Method Details
-
getEngineNames
- Throws:
CoreException
-
getEngineNamesAndIds
- Throws:
CoreException
-
getEngineNameForId
- Throws:
CoreException
-
getEngineIdForName
- Throws:
CoreException
-
getEngineFactory
- Throws:
CoreException
-