de.uka.ipd.sdq.pcm.allocation
Interface AllocationContext

All Superinterfaces:
Entity, Identifier, NamedElement
All Known Implementing Classes:
AllocationContextImpl

public interface AllocationContext
extends Entity

A representation of the model object 'Context'.

The following features are supported:

See Also:
AllocationPackage.getAllocationContext()

Field Summary
static String copyright
           
 
Method Summary
 AssemblyContext getAssemblyContext_AllocationContext()
          Returns the value of the 'Assembly Context Allocation Context' reference.
 ResourceContainer getResourceContainer_AllocationContext()
          Returns the value of the 'Resource Container Allocation Context' reference.
 void setAssemblyContext_AllocationContext(AssemblyContext value)
          Sets the value of the 'Assembly Context Allocation Context' reference.
 void setResourceContainer_AllocationContext(ResourceContainer value)
          Sets the value of the 'Resource Container Allocation Context' reference.
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 
Methods inherited from interface de.uka.ipd.sdq.pcm.core.entity.NamedElement
getEntityName, setEntityName
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
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()

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()

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()

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()