Interface FixedSizeAggregation

All Superinterfaces:
Aggregation, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, MeasurementDrivenAggregation, Notifier, ProcessingType
All Known Implementing Classes:
FixedSizeAggregationImpl

public interface FixedSizeAggregation extends MeasurementDrivenAggregation
A representation of the model object 'Fixed Size Aggregation'. ProcessingType which indicates that fixed-sized sequences of consecutive measurements shall be aggregated.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
annotation="http://www.eclipse.org/emf/2002/Ecore/OCL measNum='self.numberOfMeasurements > 0'" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='measNum'"
  • Method Details

    • getNumberOfMeasurements

      int getNumberOfMeasurements()
      Returns the value of the 'Number Of Measurements' attribute. The default value is "10". This positive int value determines the number of measurements that shall be aggregated. By default, this value is set to 10.
      Returns:
      the value of the 'Number Of Measurements' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="10" required="true"
    • setNumberOfMeasurements

      void setNumberOfMeasurements(int value)
      Sets the value of the 'Number Of Measurements' attribute.
      Parameters:
      value - the new value of the 'Number Of Measurements' attribute.
      See Also:
      Generated class or method.