Interface LinkingResource
- 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:
LinkingResourceImpl
A representation of the model object 'Linking Resource'.
Model element representing communication links like LAN, WAN, WiFi etc.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.Returns the value of the 'Connected Resource Containers Linking Resource' reference list.Returns the value of the 'Resource Environment Linking Resource' container reference.void
setCommunicationLinkResourceSpecifications_LinkingResource
(CommunicationLinkResourceSpecification value) Sets the value of the 'Communication Link Resource Specifications Linking Resource
' containment reference.void
Sets the value of the 'Resource Environment Linking Resource
' 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 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
-
getConnectedResourceContainers_LinkingResource
EList<ResourceContainer> getConnectedResourceContainers_LinkingResource()Returns the value of the 'Connected Resource Containers Linking Resource' reference list. The list contents are of typeResourceContainer
.- Returns:
- the value of the 'Connected Resource Containers Linking Resource' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
getCommunicationLinkResourceSpecifications_LinkingResource
CommunicationLinkResourceSpecification getCommunicationLinkResourceSpecifications_LinkingResource()Returns the value of the 'Communication Link Resource Specifications Linking Resource' containment reference. It is bidirectional and its opposite is 'Linking Resource Communication Link Resource Specification
'.- Returns:
- the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.
- See Also:
-
setCommunicationLinkResourceSpecifications_LinkingResource(CommunicationLinkResourceSpecification)
ResourceenvironmentPackage.getLinkingResource_CommunicationLinkResourceSpecifications_LinkingResource()
CommunicationLinkResourceSpecification.getLinkingResource_CommunicationLinkResourceSpecification()
- Generated class or method.
- EMF model class or method.
- opposite="linkingResource_CommunicationLinkResourceSpecification" containment="true" required="true" ordered="false"
-
setCommunicationLinkResourceSpecifications_LinkingResource
void setCommunicationLinkResourceSpecifications_LinkingResource(CommunicationLinkResourceSpecification value) Sets the value of the 'Communication Link Resource Specifications Linking Resource
' containment reference.- Parameters:
value
- the new value of the 'Communication Link Resource Specifications Linking Resource' containment reference.- See Also:
- Generated class or method.
-
getResourceEnvironment_LinkingResource
ResourceEnvironment getResourceEnvironment_LinkingResource()Returns the value of the 'Resource Environment Linking Resource' container reference. It is bidirectional and its opposite is 'Linking Resources Resource Environment
'.- Returns:
- the value of the 'Resource Environment Linking Resource' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="linkingResources__ResourceEnvironment" required="true" transient="false" ordered="false"
-
setResourceEnvironment_LinkingResource
Sets the value of the 'Resource Environment Linking Resource
' container reference.- Parameters:
value
- the new value of the 'Resource Environment Linking Resource' container reference.- See Also:
- Generated class or method.
-