Class AbstractSimEngineExtensionHelper
- java.lang.Object
-
- de.uka.ipd.sdq.simulation.abstractsimengine.util.AbstractSimEngineExtensionHelper
-
public class AbstractSimEngineExtensionHelper extends Object
Helper class for the extension pointde.uka.ipd.sdq.simulation.abstractsimengine.engine
("Abstract Simulation Engine").
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXTENSION_POINT_ID
the id for the "Palladio Simulator" extension point
-
Constructor Summary
Constructors Constructor Description AbstractSimEngineExtensionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISimEngineFactory
getEngineFactory(String engineId)
static String
getEngineIdForName(String engineName)
static String
getEngineNameForId(String engineId)
static String[]
getEngineNames()
static String[][]
getEngineNamesAndIds()
-
-
-
Field Detail
-
EXTENSION_POINT_ID
public static final String EXTENSION_POINT_ID
the id for the "Palladio Simulator" extension point- See Also:
- Constant Field Values
-
-
Method Detail
-
getEngineNames
public static String[] getEngineNames() throws CoreException
- Throws:
CoreException
-
getEngineNamesAndIds
public static String[][] getEngineNamesAndIds() throws CoreException
- Throws:
CoreException
-
getEngineNameForId
public static String getEngineNameForId(String engineId) throws CoreException
- Throws:
CoreException
-
getEngineIdForName
public static String getEngineIdForName(String engineName) throws CoreException
- Throws:
CoreException
-
getEngineFactory
public static ISimEngineFactory getEngineFactory(String engineId) throws CoreException
- Throws:
CoreException
-
-