Interface AllocationContext
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
AllocationContextImpl
A representation of the model object 'Context'.
Mapping between AssemblyContext and Resource. Sometimes referred to as "Deployment".
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='oneAssemblyContextOrOneEventChannelShouldBeReferred'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG oneAssemblyContextOrOneEventChannelShouldBeReferred='not(self.assemblyContext_AllocationContext.oclIsUndefined()) xor not(self.eventChannel__AllocationContext.oclIsUndefined())'"
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Allocation Allocation Context' container reference.Returns the value of the 'Assembly Context Allocation Context' reference.Returns the value of the 'Event Channel Allocation Context' reference.Returns the value of the 'Resource Container Allocation Context' reference.void
Sets the value of the 'Allocation Allocation Context
' container reference.void
Sets the value of the 'Assembly Context Allocation Context
' reference.void
Sets the value of the 'Event Channel Allocation Context
' reference.void
Sets the value of the 'Resource Container Allocation Context
' 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
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 Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getResourceContainer_AllocationContext
ResourceContainer getResourceContainer_AllocationContext()Returns the value of the 'Resource Container Allocation Context' reference.- Returns:
- the value of the 'Resource Container Allocation Context' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResourceContainer_AllocationContext
Sets the value of the 'Resource Container Allocation Context
' reference.- Parameters:
value
- the new value of the 'Resource Container Allocation Context' reference.- See Also:
- Generated class or method.
-
getAssemblyContext_AllocationContext
AssemblyContext getAssemblyContext_AllocationContext()Returns the value of the 'Assembly Context Allocation Context' reference.- Returns:
- the value of the 'Assembly Context Allocation Context' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setAssemblyContext_AllocationContext
Sets the value of the 'Assembly Context Allocation Context
' reference.- Parameters:
value
- the new value of the 'Assembly Context Allocation Context' reference.- See Also:
- Generated class or method.
-
getAllocation_AllocationContext
Allocation getAllocation_AllocationContext()Returns the value of the 'Allocation Allocation Context' container reference. It is bidirectional and its opposite is 'Allocation Contexts Allocation
'.- Returns:
- the value of the 'Allocation Allocation Context' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="allocationContexts_Allocation" required="true" transient="false" ordered="false"
-
setAllocation_AllocationContext
Sets the value of the 'Allocation Allocation Context
' container reference.- Parameters:
value
- the new value of the 'Allocation Allocation Context' container reference.- See Also:
- Generated class or method.
-
getEventChannel__AllocationContext
EventChannel getEventChannel__AllocationContext()Returns the value of the 'Event Channel Allocation Context' reference.- Returns:
- the value of the 'Event Channel Allocation Context' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setEventChannel__AllocationContext
Sets the value of the 'Event Channel Allocation Context
' reference.- Parameters:
value
- the new value of the 'Event Channel Allocation Context' reference.- See Also:
- Generated class or method.
-