Interface AssemblyComponent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AssemblyComponentImpl
public interface AssemblyComponent
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Component'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Component Type' reference.org.eclipse.emf.common.util.EList<AssemblyComponent>Returns the value of the 'Contained Components' reference list.org.eclipse.emf.common.util.EMap<String,AssemblyOperation> Returns the value of the 'Operations' map.org.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> Returns the value of the 'Provided Interfaces' map.org.eclipse.emf.common.util.EList<AssemblyRequiredInterface>Returns the value of the 'Required Interfaces' containment reference list.Returns the value of the 'Signature' attribute.org.eclipse.emf.common.util.EMap<String,AssemblyStorage> Returns the value of the 'Storages' map.voidsetComponentType(ComponentType value) Sets the value of the 'Component Type' 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
-
getOperations
org.eclipse.emf.common.util.EMap<String,AssemblyOperation> getOperations()Returns the value of the 'Operations' map. The key is of typeString, and the value is of typeAssemblyOperation,- Returns:
- the value of the 'Operations' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.assembly.EStringToAssemblyOperationMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.assembly.AssemblyOperation>" ordered="false"
-
getComponentType
ComponentType getComponentType()Returns the value of the 'Component Type' reference.- Returns:
- the value of the 'Component Type' reference.
- See Also:
- Generated:
- Model:
-
setComponentType
Sets the value of the 'Component Type' reference.- Parameters:
value- the new value of the 'Component Type' reference.- See Also:
- Generated:
-
getStorages
org.eclipse.emf.common.util.EMap<String,AssemblyStorage> getStorages()Returns the value of the 'Storages' map. The key is of typeString, and the value is of typeAssemblyStorage,- Returns:
- the value of the 'Storages' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.assembly.EStringToAssemblyStorageMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.assembly.AssemblyStorage>" ordered="false"
-
getContainedComponents
org.eclipse.emf.common.util.EList<AssemblyComponent> getContainedComponents()Returns the value of the 'Contained Components' reference list. The list contents are of typeAssemblyComponent.- Returns:
- the value of the 'Contained Components' reference list.
- See Also:
- Generated:
- Model:
-
getProvidedInterfaces
org.eclipse.emf.common.util.EMap<String,AssemblyProvidedInterface> getProvidedInterfaces()Returns the value of the 'Provided Interfaces' map. The key is of typeString, and the value is of typeAssemblyProvidedInterface,- Returns:
- the value of the 'Provided Interfaces' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.assembly.EStringToAssemblyProvidedInterfaceMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.assembly.AssemblyProvidedInterface>"
-
getRequiredInterfaces
org.eclipse.emf.common.util.EList<AssemblyRequiredInterface> getRequiredInterfaces()Returns the value of the 'Required Interfaces' containment reference list. The list contents are of typeAssemblyRequiredInterface.- 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:
-