Interface DeployedComponent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DeployedComponentImpl
public interface DeployedComponent
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Deployed Component'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Assembly Component' reference.org.eclipse.emf.common.util.EList<DeployedComponent>Returns the value of the 'Contained Components' reference list.org.eclipse.emf.common.util.EMap<String,DeployedOperation> Returns the value of the 'Operations' map.org.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> Returns the value of the 'Provided Interfaces' map.org.eclipse.emf.common.util.EList<DeployedRequiredInterface>Returns the value of the 'Required Interfaces' containment reference list.Returns the value of the 'Signature' attribute.org.eclipse.emf.common.util.EMap<String,DeployedStorage> Returns the value of the 'Storages' map.voidSets the value of the 'Assembly Component' reference.voidsetSignature(String value) Sets the value of the 'Signature' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAssemblyComponent
AssemblyComponent getAssemblyComponent()Returns the value of the 'Assembly Component' reference.- Returns:
- the value of the 'Assembly Component' reference.
- See Also:
- Generated:
- Model:
-
setAssemblyComponent
Sets the value of the 'Assembly Component' reference.- Parameters:
value- the new value of the 'Assembly Component' reference.- See Also:
- Generated:
-
getOperations
org.eclipse.emf.common.util.EMap<String,DeployedOperation> getOperations()Returns the value of the 'Operations' map. The key is of typeString, and the value is of typeDeployedOperation,- Returns:
- the value of the 'Operations' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.deployment.EStringToDeployedOperationMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.deployment.DeployedOperation>" ordered="false"
-
getStorages
org.eclipse.emf.common.util.EMap<String,DeployedStorage> getStorages()Returns the value of the 'Storages' map. The key is of typeString, and the value is of typeDeployedStorage,- Returns:
- the value of the 'Storages' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.deployment.EStringToDeployedStorageMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.deployment.DeployedStorage>" ordered="false"
-
getContainedComponents
org.eclipse.emf.common.util.EList<DeployedComponent> getContainedComponents()Returns the value of the 'Contained Components' reference list. The list contents are of typeDeployedComponent.- Returns:
- the value of the 'Contained Components' reference list.
- See Also:
- Generated:
- Model:
-
getProvidedInterfaces
org.eclipse.emf.common.util.EMap<String,DeployedProvidedInterface> getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map. The key is of typeString, and the value is of typeDeployedProvidedInterface,- Returns:
- the value of the 'Provided Interfaces' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.deployment.EStringToDeployedProvidedInterfaceMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.deployment.DeployedProvidedInterface>"
-
getRequiredInterfaces
org.eclipse.emf.common.util.EList<DeployedRequiredInterface> getRequiredInterfaces()Returns the value of the 'Required Interfaces' containment reference list. The list contents are of typeDeployedRequiredInterface.- Returns:
- the value of the 'Required Interfaces' containment reference list.
- See Also:
- Generated:
- Model:
- containment="true"
-
getSignature
String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
- Generated:
- Model:
-
setSignature
Sets the value of the 'Signature' attribute.- Parameters:
value- the new value of the 'Signature' attribute.- See Also:
- Generated:
-
getContext
DeploymentContext getContext()- Generated:
- Model:
- kind="operation"
-