Interface AggregationStatistics
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
AggregationStatisticsImpl
public interface AggregationStatistics extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object ' Aggregation Statistics'.The following features are supported:
- See Also:
ExperimentDataPackage.getAggregationStatistics()
- 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.long
getDistinctValuesAfterAggregation()
Returns the value of the 'Distinct Values After Aggregation' attribute.long
getDistinctValuesBeforeAggregation()
Returns the value of the 'Distinct Values Before Aggregation' attribute.void
setAggregatedMeasurements(AggregatedMeasurements value)
Sets the value of the 'Aggregated Measurements
' container reference.void
setDistinctValuesAfterAggregation(long value)
Sets the value of the 'Distinct Values After Aggregation
' attribute.void
setDistinctValuesBeforeAggregation(long value)
Sets the value of the 'Distinct Values Before Aggregation
' 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
-
getDistinctValuesBeforeAggregation
long getDistinctValuesBeforeAggregation()
Returns the value of the 'Distinct Values Before Aggregation' attribute. The number of distinct data values before aggregation.- Returns:
- the value of the 'Distinct Values Before Aggregation' attribute.
- See Also:
setDistinctValuesBeforeAggregation(long)
,ExperimentDataPackage.getAggregationStatistics_DistinctValuesBeforeAggregation()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDistinctValuesBeforeAggregation
void setDistinctValuesBeforeAggregation(long value)
Sets the value of the 'Distinct Values Before Aggregation
' attribute.- Parameters:
value
- the new value of the 'Distinct Values Before Aggregation' attribute.- See Also:
getDistinctValuesBeforeAggregation()
- Generated class or method.
-
getDistinctValuesAfterAggregation
long getDistinctValuesAfterAggregation()
Returns the value of the 'Distinct Values After Aggregation' attribute. The number of distinct data values after aggregation. For example if measurements were aggregated to three different groups the number is three.- Returns:
- the value of the 'Distinct Values After Aggregation' attribute.
- See Also:
setDistinctValuesAfterAggregation(long)
,ExperimentDataPackage.getAggregationStatistics_DistinctValuesAfterAggregation()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDistinctValuesAfterAggregation
void setDistinctValuesAfterAggregation(long value)
Sets the value of the 'Distinct Values After Aggregation
' attribute.- Parameters:
value
- the new value of the 'Distinct Values After Aggregation' attribute.- See Also:
getDistinctValuesAfterAggregation()
- Generated class or method.
-
getAggregatedMeasurements
AggregatedMeasurements getAggregatedMeasurements()
Returns the value of the 'Aggregated Measurements' container reference. It is bidirectional and its opposite is 'Aggregation Statistics
'.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)
,ExperimentDataPackage.getAggregationStatistics_AggregatedMeasurements()
,AggregatedMeasurements.getAggregationStatistics()
- Generated class or method.
- EMF model class or method.
- opposite="aggregationStatistics" 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.
-
-