Interface ManagedElementsStateStimulus
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,Stimulus
,TargetGroupStateStimulus
- All Known Subinterfaces:
CPUUtilization
,HDDUtilization
,MemoryUtilization
,NetworkUtilization
,ResourceUtilizationStimulus
,TaskCount
- All Known Implementing Classes:
CPUUtilizationImpl
,HDDUtilizationImpl
,ManagedElementsStateStimulusImpl
,MemoryUtilizationImpl
,NetworkUtilizationImpl
,ResourceUtilizationStimulusImpl
,TaskCountImpl
A representation of the model object 'Managed Elements State Stimulus'.
The ManagedElementsStateStiumlus classifies the stimuli that has the source in the managed elements. A ManagedElementsStateStimulus has to specify how the aggregation across elements is performed.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Aggregation Over Elements' attribute.void
Sets the value of the 'Aggregation Over Elements
' 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, 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
-
Method Details
-
getAggregationOverElements
AGGREGATIONMETHOD getAggregationOverElements()Returns the value of the 'Aggregation Over Elements' attribute. The literals are from the enumerationAGGREGATIONMETHOD
. The aggregation accross different resource containers in the Target Group. For example if two containers C1 and C2 have a resource utilizaiton of 0.6, respectively 0.8, then choosing AVERAGE as an aggreagtion method then it determines that the value of 0.7 should be compared against the threshold value.- Returns:
- the value of the 'Aggregation Over Elements' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAggregationOverElements
Sets the value of the 'Aggregation Over Elements
' attribute.- Parameters:
value
- the new value of the 'Aggregation Over Elements' attribute.- See Also:
- Generated class or method.
-