public interface AssemblyComponent
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AssemblyPackage.getAssemblyComponent()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyOperation> |
getAssemblyOperations()
Returns the value of the 'Assembly Operations' map.
|
org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyStorage> |
getAssemblyStorages()
Returns the value of the 'Assembly Storages' map.
|
ComponentType |
getComponentType()
Returns the value of the 'Component Type' reference.
|
java.lang.String |
getSignature()
Returns the value of the 'Signature' attribute.
|
void |
setComponentType(ComponentType value)
Sets the value of the '
Component Type' reference. |
void |
setSignature(java.lang.String value)
Sets the value of the '
Signature' attribute. |
org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyOperation> getAssemblyOperations()
String,
and the value is of type AssemblyOperation,
AssemblyPackage.getAssemblyComponent_AssemblyOperations()ComponentType getComponentType()
setComponentType(ComponentType),
AssemblyPackage.getAssemblyComponent_ComponentType()void setComponentType(ComponentType value)
Component Type' reference.
value - the new value of the 'Component Type' reference.getComponentType()org.eclipse.emf.common.util.EMap<java.lang.String,AssemblyStorage> getAssemblyStorages()
String,
and the value is of type AssemblyStorage,
AssemblyPackage.getAssemblyComponent_AssemblyStorages()java.lang.String getSignature()
setSignature(String),
AssemblyPackage.getAssemblyComponent_Signature()void setSignature(java.lang.String value)
Signature' attribute.
value - the new value of the 'Signature' attribute.getSignature()Copyright 2021 Kieker Project, http://kieker-monitoring.net