Interface NetworkDemandParametricResourceDemand
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
- All Known Implementing Classes:
NetworkDemandParametricResourceDemandImpl
public interface NetworkDemandParametricResourceDemand extends EObject, org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
A representation of the model object 'Network Demand Parametric Resource Demand'.The following features are supported:
- See Also:
CompletionsPackage.getNetworkDemandParametricResourceDemand()
- 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.resourcetype.CommunicationLinkResourceType
getRequiredCommunicationLinkResource_ParametricResourceDemand()
Returns the value of the 'Required Communication Link Resource Parametric Resource Demand' reference.void
setRequiredCommunicationLinkResource_ParametricResourceDemand(org.palladiosimulator.pcm.resourcetype.CommunicationLinkResourceType value)
Sets the value of the 'Required Communication Link Resource Parametric Resource Demand
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
getAction_ParametricResourceDemand, getRequiredResource_ParametricResourceDemand, getSpecification_ParametericResourceDemand, setAction_ParametricResourceDemand, setRequiredResource_ParametricResourceDemand, setSpecification_ParametericResourceDemand
-
-
-
-
Method Detail
-
getRequiredCommunicationLinkResource_ParametricResourceDemand
org.palladiosimulator.pcm.resourcetype.CommunicationLinkResourceType getRequiredCommunicationLinkResource_ParametricResourceDemand()
Returns the value of the 'Required Communication Link Resource Parametric Resource Demand' reference.- Returns:
- the value of the 'Required Communication Link Resource Parametric Resource Demand' reference.
- See Also:
setRequiredCommunicationLinkResource_ParametricResourceDemand(CommunicationLinkResourceType)
,CompletionsPackage.getNetworkDemandParametricResourceDemand_RequiredCommunicationLinkResource_ParametricResourceDemand()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setRequiredCommunicationLinkResource_ParametricResourceDemand
void setRequiredCommunicationLinkResource_ParametricResourceDemand(org.palladiosimulator.pcm.resourcetype.CommunicationLinkResourceType value)
Sets the value of the 'Required Communication Link Resource Parametric Resource Demand
' reference.- Parameters:
value
- the new value of the 'Required Communication Link Resource Parametric Resource Demand' reference.- See Also:
getRequiredCommunicationLinkResource_ParametricResourceDemand()
- Generated class or method.
-
-