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,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
NetworkDemandParametricResourceDemandImpl
public interface NetworkDemandParametricResourceDemand
extends 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:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
copyright -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourcetype.CommunicationLinkResourceTypeReturns the value of the 'Required Communication Link Resource Parametric Resource Demand' reference.voidsetRequiredCommunicationLinkResource_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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.pcm.seff.seff_performance.ParametricResourceDemand
getAction_ParametricResourceDemand, getRequiredResource_ParametricResourceDemand, getSpecification_ParametericResourceDemand, setAction_ParametricResourceDemand, setRequiredResource_ParametricResourceDemand, setSpecification_ParametericResourceDemand
-
Method Details
-
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:
- 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:
- Generated class or method.
-