public class AbstractSimEngineExtensionHelper extends Object
de.uka.ipd.sdq.simulation.abstractsimengine.engine
("Abstract Simulation Engine").| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_POINT_ID
the id for the "Palladio Simulator" extension point
|
| Constructor and Description |
|---|
AbstractSimEngineExtensionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ISimEngineFactory |
getEngineFactory(String engineId) |
static String |
getEngineIdForName(String engineName) |
static String |
getEngineNameForId(String engineId) |
static String[] |
getEngineNames() |
static String[][] |
getEngineNamesAndIds() |
public static final String EXTENSION_POINT_ID
public static String[] getEngineNames() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static String[][] getEngineNamesAndIds() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static String getEngineNameForId(String engineId) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static String getEngineIdForName(String engineName) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static ISimEngineFactory getEngineFactory(String engineId) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException