Interface NetworkComponentAllocationContext
-
- All Superinterfaces:
org.palladiosimulator.pcm.allocation.AllocationContext
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
NetworkComponentAllocationContextImpl
public interface NetworkComponentAllocationContext extends EObject, org.palladiosimulator.pcm.allocation.AllocationContext
A representation of the model object 'Network Component Allocation Context'.The following features are supported:
- See Also:
CompletionsPackage.getNetworkComponentAllocationContext()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.resourceenvironment.LinkingResource
getLinkingResource()
Returns the value of the 'Linking Resource' reference.void
setLinkingResource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linking Resource
' reference.-
Methods inherited from interface org.palladiosimulator.pcm.allocation.AllocationContext
getAllocation_AllocationContext, getAssemblyContext_AllocationContext, getEventChannel__AllocationContext, getResourceContainer_AllocationContext, setAllocation_AllocationContext, setAssemblyContext_AllocationContext, setEventChannel__AllocationContext, setResourceContainer_AllocationContext
-
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
-
-
-
-
Method Detail
-
getLinkingResource
org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingResource()
Returns the value of the 'Linking Resource' reference.- Returns:
- the value of the 'Linking Resource' reference.
- See Also:
setLinkingResource(LinkingResource)
,CompletionsPackage.getNetworkComponentAllocationContext_LinkingResource()
- Generated class or method.
- EMF model class or method.
-
setLinkingResource
void setLinkingResource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linking Resource
' reference.- Parameters:
value
- the new value of the 'Linking Resource' reference.- See Also:
getLinkingResource()
- Generated class or method.
-
-