Interface NetworkUtilization
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,ManagedElementsStateStimulus,Notifier,ResourceUtilizationStimulus,Stimulus,TargetGroupStateStimulus
- All Known Implementing Classes:
NetworkUtilizationImpl
A representation of the model object 'Network Utilization'.
If the link has been modelled with a certain capacity, then the NetworkUtilization of a certain type determines the fraction of that capacity that is being used by the elements of the target group.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Usage Type' attribute.voidsetUsageType(NETWORKUSAGETYPE value) Sets the value of the 'Usage Type' attribute.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.palladiosimulator.spd.triggers.stimuli.ManagedElementsStateStimulus
getAggregationOverElements, setAggregationOverElementsMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsageType
NETWORKUSAGETYPE getUsageType()Returns the value of the 'Usage Type' attribute. The literals are from the enumerationNETWORKUSAGETYPE. The type of network usage.- Returns:
- the value of the 'Usage Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUsageType
Sets the value of the 'Usage Type' attribute.- Parameters:
value- the new value of the 'Usage Type' attribute.- See Also:
- Generated class or method.
-