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
- All Known Implementing Classes:
LinkingResourceImpl
public interface LinkingResource extends Entity
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:
ResourceenvironmentPackage.getLinkingResource()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommunicationLinkResourceSpecification
getCommunicationLinkResourceSpecifications_LinkingResource()
Returns the value of the 'Communication Link Resource Specifications Linking Resource' containment reference.EList<ResourceContainer>
getConnectedResourceContainers_LinkingResource()
Returns the value of the 'Connected Resource Containers Linking Resource' reference list.ResourceEnvironment
getResourceEnvironment_LinkingResource()
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
setResourceEnvironment_LinkingResource(ResourceEnvironment value)
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 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
-
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:
ResourceenvironmentPackage.getLinkingResource_ConnectedResourceContainers_LinkingResource()
- 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:
getCommunicationLinkResourceSpecifications_LinkingResource()
- 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:
setResourceEnvironment_LinkingResource(ResourceEnvironment)
,ResourceenvironmentPackage.getLinkingResource_ResourceEnvironment_LinkingResource()
,ResourceEnvironment.getLinkingResources__ResourceEnvironment()
- Generated class or method.
- EMF model class or method.
- opposite="linkingResources__ResourceEnvironment" required="true" transient="false" ordered="false"
-
setResourceEnvironment_LinkingResource
void setResourceEnvironment_LinkingResource(ResourceEnvironment value)
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:
getResourceEnvironment_LinkingResource()
- Generated class or method.
-
-