
kieker.model.analysismodel.deployment.DeploymentContext Maven / Gradle / Ivy
/**
*/
package kieker.model.analysismodel.deployment;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Context'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.analysismodel.deployment.DeploymentContext#getName Name}
* - {@link kieker.model.analysismodel.deployment.DeploymentContext#getComponents Components}
*
*
* @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeploymentContext()
* @model
* @generated
*/
public interface DeploymentContext extends EObject {
/**
* Returns the value of the 'Name' attribute.
*
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeploymentContext_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link kieker.model.analysismodel.deployment.DeploymentContext#getName Name}' attribute.
*
*
*
* @param value
* the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Components' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link kieker.model.analysismodel.deployment.DeployedComponent},
*
*
*
* @return the value of the 'Components' map.
* @see kieker.model.analysismodel.deployment.DeploymentPackage#getDeploymentContext_Components()
* @model mapType="kieker.model.analysismodel.deployment.EStringToDeployedComponentMapEntry<org.eclipse.emf.ecore.EString,
* kieker.model.analysismodel.deployment.DeployedComponent>" ordered="false"
* @generated
*/
EMap getComponents();
} // DeploymentContext
© 2015 - 2025 Weber Informatics LLC | Privacy Policy