Interface LongBinaryMeasurements

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DataSeries, EObject, Notifier
    All Known Implementing Classes:
    LongBinaryMeasurementsImpl

    public interface LongBinaryMeasurements
    extends DataSeries
    A representation of the model object ' Long Binary Measurements'. This class is responsible for long measurements. These are stored in IEEE standardized binary format. All values are stored in the same unit. The actual measurements are stored outside the EMF model, see de.uka.ipd.sdq.sensorframework.storage.Daofactory.

    The following features are supported:

    See Also:
    ExperimentDataPackage.getLongBinaryMeasurements()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getStorageUnit

        javax.measure.unit.Unit getStorageUnit()
        Returns the value of the 'Storage Unit' attribute.

        If the meaning of the 'Storage Unit' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Storage Unit' attribute.
        See Also:
        setStorageUnit(Unit), ExperimentDataPackage.getLongBinaryMeasurements_StorageUnit()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.metricspec.EJSUnit" required="true" ordered="false"
      • setStorageUnit

        void setStorageUnit​(javax.measure.unit.Unit value)
        Sets the value of the ' Storage Unit' attribute.
        Parameters:
        value - the new value of the 'Storage Unit' attribute.
        See Also:
        getStorageUnit()
        Generated class or method.