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:
DeploymentPackage.getDeployedComponent()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description AssemblyComponent
getAssemblyComponent()
Returns the value of the 'Assembly Component' reference.org.eclipse.emf.common.util.EList<DeployedComponent>
getContainedComponents()
Returns the value of the 'Contained Components' reference list.DeploymentContext
getContext()
org.eclipse.emf.common.util.EMap<java.lang.String,DeployedOperation>
getOperations()
Returns the value of the 'Operations' map.org.eclipse.emf.common.util.EMap<java.lang.String,DeployedProvidedInterface>
getProvidedInterfaces()
Returns the value of the 'Provided Interfaces' map.org.eclipse.emf.common.util.EList<DeployedRequiredInterface>
getRequiredInterfaces()
Returns the value of the 'Required Interfaces' containment reference list.java.lang.String
getSignature()
Returns the value of the 'Signature' attribute.org.eclipse.emf.common.util.EMap<java.lang.String,DeployedStorage>
getStorages()
Returns the value of the 'Storages' map.void
setAssemblyComponent(AssemblyComponent value)
Sets the value of the 'Assembly Component
' reference.void
setSignature(java.lang.String value)
Sets the value of the 'Signature
' attribute.
-
Method Details
-
getAssemblyComponent
AssemblyComponent getAssemblyComponent()Returns the value of the 'Assembly Component' reference.- Returns:
- the value of the 'Assembly Component' reference.
- See Also:
setAssemblyComponent(AssemblyComponent)
,DeploymentPackage.getDeployedComponent_AssemblyComponent()
- Generated:
- Model:
-
setAssemblyComponent
Sets the value of the 'Assembly Component
' reference.- Parameters:
value
- the new value of the 'Assembly Component' reference.- See Also:
getAssemblyComponent()
- Generated:
-
getOperations
org.eclipse.emf.common.util.EMap<java.lang.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:
DeploymentPackage.getDeployedComponent_Operations()
- 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<java.lang.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:
DeploymentPackage.getDeployedComponent_Storages()
- 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:
DeploymentPackage.getDeployedComponent_ContainedComponents()
- Generated:
- Model:
-
getProvidedInterfaces
org.eclipse.emf.common.util.EMap<java.lang.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:
DeploymentPackage.getDeployedComponent_ProvidedInterfaces()
- 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:
DeploymentPackage.getDeployedComponent_RequiredInterfaces()
- Generated:
- Model:
- containment="true"
-
getSignature
java.lang.String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
setSignature(String)
,DeploymentPackage.getDeployedComponent_Signature()
- Generated:
- Model:
-
setSignature
void setSignature(java.lang.String value)Sets the value of the 'Signature
' attribute.- Parameters:
value
- the new value of the 'Signature' attribute.- See Also:
getSignature()
- Generated:
-
getContext
DeploymentContext getContext()- Generated:
- Model:
- kind="operation"
-