Package kieker.model.analysismodel.type
Interface ComponentType
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ComponentTypeImpl
public interface ComponentType
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Component Type'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ComponentType>Returns the value of the 'Contained Components' reference list.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Package' attribute.org.eclipse.emf.common.util.EList<ProvidedInterfaceType>Returns the value of the 'Provided Interface Types' containment reference list.org.eclipse.emf.common.util.EMap<String,OperationType> Returns the value of the 'Provided Operations' map.org.eclipse.emf.common.util.EMap<String,StorageType> Returns the value of the 'Provided Storages' map.org.eclipse.emf.common.util.EList<RequiredInterfaceType>Returns the value of the 'Required Interface Types' containment reference list.Returns the value of the 'Signature' attribute.voidSets the value of the 'Name' attribute.voidsetPackage(String value) Sets the value of the 'Package' attribute.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
-
getSignature
String getSignature()Returns the value of the 'Signature' attribute.- Returns:
- the value of the 'Signature' attribute.
- See Also:
- Generated:
- Model:
- required="true"
-
setSignature
Sets the value of the 'Signature' attribute.- Parameters:
value- the new value of the 'Signature' attribute.- See Also:
- Generated:
-
getProvidedOperations
org.eclipse.emf.common.util.EMap<String,OperationType> getProvidedOperations()Returns the value of the 'Provided Operations' map. The key is of typeString, and the value is of typeOperationType,- Returns:
- the value of the 'Provided Operations' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.type.EStringToOperationTypeMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.OperationType>" ordered="false"
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated:
- Model:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated:
-
getPackage
String getPackage()Returns the value of the 'Package' attribute.- Returns:
- the value of the 'Package' attribute.
- See Also:
- Generated:
- Model:
-
setPackage
Sets the value of the 'Package' attribute.- Parameters:
value- the new value of the 'Package' attribute.- See Also:
- Generated:
-
getProvidedStorages
org.eclipse.emf.common.util.EMap<String,StorageType> getProvidedStorages()Returns the value of the 'Provided Storages' map. The key is of typeString, and the value is of typeStorageType,- Returns:
- the value of the 'Provided Storages' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.type.EStringToStorageTypeMapEntry<org.eclipse.emf.ecore.EString, kieker.model.analysismodel.type.StorageType>" ordered="false"
-
getContainedComponents
org.eclipse.emf.common.util.EList<ComponentType> getContainedComponents()Returns the value of the 'Contained Components' reference list. The list contents are of typeComponentType.- Returns:
- the value of the 'Contained Components' reference list.
- See Also:
- Generated:
- Model:
-
getProvidedInterfaceTypes
org.eclipse.emf.common.util.EList<ProvidedInterfaceType> getProvidedInterfaceTypes()Returns the value of the 'Provided Interface Types' containment reference list. The list contents are of typeProvidedInterfaceType.- Returns:
- the value of the 'Provided Interface Types' containment reference list.
- See Also:
- Generated:
- Model:
- containment="true"
-
getRequiredInterfaceTypes
org.eclipse.emf.common.util.EList<RequiredInterfaceType> getRequiredInterfaceTypes()Returns the value of the 'Required Interface Types' containment reference list. The list contents are of typeRequiredInterfaceType.- Returns:
- the value of the 'Required Interface Types' containment reference list.
- See Also:
- Generated:
- Model:
- containment="true"
-