Interface DoubleBinaryMeasurements<Q extends javax.measure.quantity.Quantity>
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DataSeries
,EObject
,Notifier
- All Known Implementing Classes:
DoubleBinaryMeasurementsImpl
public interface DoubleBinaryMeasurements<Q extends javax.measure.quantity.Quantity> extends DataSeries
A representation of the model object ' Double Binary Measurements'. This class is responsible for double measurements. These are stored in IEEE standardized binary format. All values are stored in the same unit. The file containing the actual measurements is constructed from the uuid of this class (which it has because it is Identifiable).The following features are supported:
- See Also:
ExperimentDataPackage.getDoubleBinaryMeasurements()
- Generated class or method.
- EMF model class or method.
- QBounds="org.palladiosimulator.metricspec.IJSQuantity"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.measure.unit.Unit<Q>
getStorageUnit()
Returns the value of the 'Storage Unit' attribute.void
setStorageUnit(javax.measure.unit.Unit<Q> value)
Sets the value of the 'Storage Unit
' 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.palladiosimulator.edp2.models.ExperimentData.DataSeries
getAggregatedMeasurements, getNumericalStatistics, getRawMeasurements, getTextualStatistics, getValuesUuid, setAggregatedMeasurements, setNumericalStatistics, setRawMeasurements, setTextualStatistics, setValuesUuid
-
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
-
getStorageUnit
javax.measure.unit.Unit<Q> 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.getDoubleBinaryMeasurements_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<Q> 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.
-
-