Interface DeploymentModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeploymentModelImpl
public interface DeploymentModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model'.
The following features are supported:
- See Also:
DeploymentPackage.getDeploymentModel()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,DeploymentContext>
getContexts()
Returns the value of the 'Contexts' map.
-
Method Details
-
getContexts
org.eclipse.emf.common.util.EMap<java.lang.String,DeploymentContext> getContexts()Returns the value of the 'Contexts' map. The key is of typeString
, and the value is of typeDeploymentContext
,- Returns:
- the value of the 'Contexts' map.
- See Also:
DeploymentPackage.getDeploymentModel_Contexts()
- Generated:
- Model:
- mapType="kieker.model.analysismodel.deployment.EStringToDeploymentContextMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.deployment.DeploymentContext>" ordered="false"
-