Interface AggregatedMeasurements
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
FixedWidthAggregatedMeasurements
- All Known Implementing Classes:
AggregatedMeasurementsImpl
,FixedWidthAggregatedMeasurementsImpl
public interface AggregatedMeasurements extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object ' Aggregated Measurements'.The following features are supported:
- See Also:
ExperimentDataPackage.getAggregatedMeasurements()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.metricspec.BaseMetricDescription
getAggregationOn()
Returns the value of the 'Aggregation On' reference.AggregationStatistics
getAggregationStatistics()
Returns the value of the 'Aggregation Statistics' containment reference.org.palladiosimulator.metricspec.AggregationFunctionDescription
getFunction()
Returns the value of the 'Function' reference.MeasurementRange
getMeasurementRange()
Returns the value of the 'Measurement Range' container reference.org.palladiosimulator.metricspec.MetricDescription
getMetric()
Returns the value of the 'Metric' reference.boolean
isValid()
Returns the value of the 'Valid' attribute.void
setAggregationOn(org.palladiosimulator.metricspec.BaseMetricDescription value)
Sets the value of the 'Aggregation On
' reference.void
setAggregationStatistics(AggregationStatistics value)
Sets the value of the 'Aggregation Statistics
' containment reference.void
setFunction(org.palladiosimulator.metricspec.AggregationFunctionDescription value)
Sets the value of the 'Function
' reference.void
setMeasurementRange(MeasurementRange value)
Sets the value of the 'Measurement Range
' container reference.void
setMetric(org.palladiosimulator.metricspec.MetricDescription value)
Sets the value of the 'Metric
' reference.void
setValid(boolean value)
Sets the value of the 'Valid
' 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 Detail
-
getMeasurementRange
MeasurementRange getMeasurementRange()
Returns the value of the 'Measurement Range' container reference. It is bidirectional and its opposite is 'Aggregated Measurements
'.If the meaning of the 'Measurement Range' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Measurement Range' container reference.
- See Also:
setMeasurementRange(MeasurementRange)
,ExperimentDataPackage.getAggregatedMeasurements_MeasurementRange()
,MeasurementRange.getAggregatedMeasurements()
- Generated class or method.
- EMF model class or method.
- opposite="aggregatedMeasurements" required="true" transient="false" ordered="false"
-
setMeasurementRange
void setMeasurementRange(MeasurementRange value)
Sets the value of the 'Measurement Range
' container reference.- Parameters:
value
- the new value of the 'Measurement Range' container reference.- See Also:
getMeasurementRange()
- Generated class or method.
-
isValid
boolean isValid()
Returns the value of the 'Valid' attribute. Marker if the aggregated values are valid or if they are not consistent with the raw measurements.- Returns:
- the value of the 'Valid' attribute.
- See Also:
setValid(boolean)
,ExperimentDataPackage.getAggregatedMeasurements_Valid()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setValid
void setValid(boolean value)
Sets the value of the 'Valid
' attribute.- Parameters:
value
- the new value of the 'Valid' attribute.- See Also:
isValid()
- Generated class or method.
-
getFunction
org.palladiosimulator.metricspec.AggregationFunctionDescription getFunction()
Returns the value of the 'Function' reference.If the meaning of the 'Function' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' reference.
- See Also:
setFunction(AggregationFunctionDescription)
,ExperimentDataPackage.getAggregatedMeasurements_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.
-
getAggregationStatistics
AggregationStatistics getAggregationStatistics()
Returns the value of the 'Aggregation Statistics' containment reference. It is bidirectional and its opposite is 'Aggregated Measurements
'.If the meaning of the 'Aggregation Statistics' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Aggregation Statistics' containment reference.
- See Also:
setAggregationStatistics(AggregationStatistics)
,ExperimentDataPackage.getAggregatedMeasurements_AggregationStatistics()
,AggregationStatistics.getAggregatedMeasurements()
- Generated class or method.
- EMF model class or method.
- opposite="aggregatedMeasurements" containment="true" ordered="false"
-
setAggregationStatistics
void setAggregationStatistics(AggregationStatistics value)
Sets the value of the 'Aggregation Statistics
' containment reference.- Parameters:
value
- the new value of the 'Aggregation Statistics' containment reference.- See Also:
getAggregationStatistics()
- Generated class or method.
-
getAggregationOn
org.palladiosimulator.metricspec.BaseMetricDescription getAggregationOn()
Returns the value of the 'Aggregation On' reference. Points to the base metric within the measure definition associated with the measurement of an AggregatedMeasurements instance. The data is aggregated on this base metric.- Returns:
- the value of the 'Aggregation On' reference.
- See Also:
setAggregationOn(BaseMetricDescription)
,ExperimentDataPackage.getAggregatedMeasurements_AggregationOn()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setAggregationOn
void setAggregationOn(org.palladiosimulator.metricspec.BaseMetricDescription value)
Sets the value of the 'Aggregation On
' reference.- Parameters:
value
- the new value of the 'Aggregation On' reference.- See Also:
getAggregationOn()
- Generated class or method.
-
getMetric
org.palladiosimulator.metricspec.MetricDescription getMetric()
Returns the value of the 'Metric' reference. Description of the metric used to express the aggregated data.- Returns:
- the value of the 'Metric' reference.
- See Also:
setMetric(MetricDescription)
,ExperimentDataPackage.getAggregatedMeasurements_Metric()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMetric
void setMetric(org.palladiosimulator.metricspec.MetricDescription value)
Sets the value of the 'Metric
' reference.- Parameters:
value
- the new value of the 'Metric' reference.- See Also:
getMetric()
- Generated class or method.
-
-