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
- All Known Implementing Classes:
AllocationContextImpl
public interface AllocationContext extends Entity
A representation of the model object 'Context'. Mapping between AssemblyContext and Resource. Sometimes referred to as "Deployment".The following features are supported:
- See Also:
AllocationPackage.getAllocationContext()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
-
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
-
getResourceContainer_AllocationContext
ResourceContainer getResourceContainer_AllocationContext()
Returns the value of the 'Resource Container Allocation Context' reference.If the meaning of the 'Resource Container Allocation Context' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Container Allocation Context' reference.
- See Also:
setResourceContainer_AllocationContext(ResourceContainer)
,AllocationPackage.getAllocationContext_ResourceContainer_AllocationContext()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResourceContainer_AllocationContext
void setResourceContainer_AllocationContext(ResourceContainer value)
Sets the value of the 'Resource Container Allocation Context
' reference.- Parameters:
value
- the new value of the 'Resource Container Allocation Context' reference.- See Also:
getResourceContainer_AllocationContext()
- Generated class or method.
-
getAssemblyContext_AllocationContext
AssemblyContext getAssemblyContext_AllocationContext()
Returns the value of the 'Assembly Context Allocation Context' reference.If the meaning of the 'Assembly Context Allocation Context' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Assembly Context Allocation Context' reference.
- See Also:
setAssemblyContext_AllocationContext(AssemblyContext)
,AllocationPackage.getAllocationContext_AssemblyContext_AllocationContext()
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setAssemblyContext_AllocationContext
void setAssemblyContext_AllocationContext(AssemblyContext value)
Sets the value of the 'Assembly Context Allocation Context
' reference.- Parameters:
value
- the new value of the 'Assembly Context Allocation Context' reference.- See Also:
getAssemblyContext_AllocationContext()
- 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
'.If the meaning of the 'Allocation Allocation Context' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Allocation Allocation Context' container reference.
- See Also:
setAllocation_AllocationContext(Allocation)
,AllocationPackage.getAllocationContext_Allocation_AllocationContext()
,Allocation.getAllocationContexts_Allocation()
- Generated class or method.
- EMF model class or method.
- opposite="allocationContexts_Allocation" required="true" transient="false" ordered="false"
-
setAllocation_AllocationContext
void setAllocation_AllocationContext(Allocation value)
Sets the value of the 'Allocation Allocation Context
' container reference.- Parameters:
value
- the new value of the 'Allocation Allocation Context' container reference.- See Also:
getAllocation_AllocationContext()
- Generated class or method.
-
getEventChannel__AllocationContext
EventChannel getEventChannel__AllocationContext()
Returns the value of the 'Event Channel Allocation Context' reference.If the meaning of the 'Event Channel Allocation Context' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Event Channel Allocation Context' reference.
- See Also:
setEventChannel__AllocationContext(EventChannel)
,AllocationPackage.getAllocationContext_EventChannel__AllocationContext()
- Generated class or method.
- EMF model class or method.
-
setEventChannel__AllocationContext
void setEventChannel__AllocationContext(EventChannel value)
Sets the value of the 'Event Channel Allocation Context
' reference.- Parameters:
value
- the new value of the 'Event Channel Allocation Context' reference.- See Also:
getEventChannel__AllocationContext()
- Generated class or method.
-
OneAssemblyContextOrOneEventChannelShouldBeReferred
boolean OneAssemblyContextOrOneEventChannelShouldBeReferred(DiagnosticChain diagnostics, Map<Object,Object> context)
- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='not(self.assemblyContext_AllocationContext.oclIsUndefined()) xor not(self.eventChannel__AllocationContext.oclIsUndefined())'"
-
-