Interface AssemblyContext
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,NamedElement,Notifier
- All Known Implementing Classes:
AssemblyContextImpl
public interface AssemblyContext extends Entity
A representation of the model object 'Assembly Context'. An AssemblyContext uniquely identifies an assembly instance of an AssemblyContext.The following features are supported:
- See Also:
CompositionPackage.getAssemblyContext()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<VariableUsage>getConfigParameterUsages__AssemblyContext()Returns the value of the 'Config Parameter Usages Assembly Context' containment reference list.RepositoryComponentgetEncapsulatedComponent__AssemblyContext()Returns the value of the 'Encapsulated Component Assembly Context' reference.ComposedStructuregetParentStructure__AssemblyContext()Returns the value of the 'Parent Structure Assembly Context' container reference.voidsetEncapsulatedComponent__AssemblyContext(RepositoryComponent value)Sets the value of the 'Encapsulated Component Assembly Context' reference.voidsetParentStructure__AssemblyContext(ComposedStructure value)Sets the value of the 'Parent Structure Assembly Context' container reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getParentStructure__AssemblyContext
ComposedStructure getParentStructure__AssemblyContext()
Returns the value of the 'Parent Structure Assembly Context' container reference. It is bidirectional and its opposite is 'Assembly Contexts Composed Structure'.- Returns:
- the value of the 'Parent Structure Assembly Context' container reference.
- See Also:
setParentStructure__AssemblyContext(ComposedStructure),CompositionPackage.getAssemblyContext_ParentStructure__AssemblyContext(),ComposedStructure.getAssemblyContexts__ComposedStructure()- Generated class or method.
- EMF model class or method.
- opposite="assemblyContexts__ComposedStructure" required="true" transient="false" ordered="false"
-
setParentStructure__AssemblyContext
void setParentStructure__AssemblyContext(ComposedStructure value)
Sets the value of the 'Parent Structure Assembly Context' container reference.- Parameters:
value- the new value of the 'Parent Structure Assembly Context' container reference.- See Also:
getParentStructure__AssemblyContext()- Generated class or method.
-
getEncapsulatedComponent__AssemblyContext
RepositoryComponent getEncapsulatedComponent__AssemblyContext()
Returns the value of the 'Encapsulated Component Assembly Context' reference.- Returns:
- the value of the 'Encapsulated Component Assembly Context' reference.
- See Also:
setEncapsulatedComponent__AssemblyContext(RepositoryComponent),CompositionPackage.getAssemblyContext_EncapsulatedComponent__AssemblyContext()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setEncapsulatedComponent__AssemblyContext
void setEncapsulatedComponent__AssemblyContext(RepositoryComponent value)
Sets the value of the 'Encapsulated Component Assembly Context' reference.- Parameters:
value- the new value of the 'Encapsulated Component Assembly Context' reference.- See Also:
getEncapsulatedComponent__AssemblyContext()- Generated class or method.
-
getConfigParameterUsages__AssemblyContext
EList<VariableUsage> getConfigParameterUsages__AssemblyContext()
Returns the value of the 'Config Parameter Usages Assembly Context' containment reference list. The list contents are of typeVariableUsage. It is bidirectional and its opposite is 'Assembly Context Variable Usage'.- Returns:
- the value of the 'Config Parameter Usages Assembly Context' containment reference list.
- See Also:
CompositionPackage.getAssemblyContext_ConfigParameterUsages__AssemblyContext(),VariableUsage.getAssemblyContext__VariableUsage()- Generated class or method.
- EMF model class or method.
- opposite="assemblyContext__VariableUsage" containment="true" ordered="false"
-
-