Interface AggregationCharacterization
-
public interface AggregationCharacterization extends EObject
A representation of the model object ' Aggregation Characterization'.The following features are supported:
- See Also:
org.palladiosimulator.edp2.models.ExperimentData.EmfmodelPackage#getAggregationCharacterization()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedMeasurements
getAggregatedMeasurements()
Returns the value of the 'Aggregated Measurements' container reference.org.palladiosimulator.metricspec.AggregationFunctionDescription
getFunction()
Returns the value of the 'Function' reference.void
setAggregatedMeasurements(AggregatedMeasurements value)
Sets the value of the 'Aggregated Measurements
' container reference.void
setFunction(org.palladiosimulator.metricspec.AggregationFunctionDescription value)
Sets the value of the 'Function
' reference.-
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 Detail
-
getFunction
org.palladiosimulator.metricspec.AggregationFunctionDescription getFunction()
Returns the value of the 'Function' reference. Describes the used aggregation function. Examples are: sum, minimum, average, mean, maximum or count for the number of measurements falling into one interval.- Returns:
- the value of the 'Function' reference.
- See Also:
setFunction(AggregationFunctionDescription)
,org.palladiosimulator.edp2.models.ExperimentData.EmfmodelPackage#getAggregationCharacterization_Function()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFunction
void setFunction(org.palladiosimulator.metricspec.AggregationFunctionDescription value)
Sets the value of the 'Function
' reference.- Parameters:
value
- the new value of the 'Function' reference.- See Also:
getFunction()
- Generated class or method.
-
getAggregatedMeasurements
AggregatedMeasurements getAggregatedMeasurements()
Returns the value of the 'Aggregated Measurements' container reference. It is bidirectional and its opposite is 'Aggregation Characterization
'.If the meaning of the 'Aggregated Measurements' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Aggregated Measurements' container reference.
- See Also:
setAggregatedMeasurements(AggregatedMeasurements)
,org.palladiosimulator.edp2.models.ExperimentData.EmfmodelPackage#getAggregationCharacterization_AggregatedMeasurements()
,org.palladiosimulator.edp2.models.ExperimentData.AggregatedMeasurements#getAggregationCharacterization
- Generated class or method.
- EMF model class or method.
- opposite="aggregationCharacterization" required="true" transient="false" ordered="false"
-
setAggregatedMeasurements
void setAggregatedMeasurements(AggregatedMeasurements value)
Sets the value of the 'Aggregated Measurements
' container reference.- Parameters:
value
- the new value of the 'Aggregated Measurements' container reference.- See Also:
getAggregatedMeasurements()
- Generated class or method.
-
-