Interface DataSeries
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Subinterfaces:
DoubleBinaryMeasurements<Q>
,IdentifierBasedMeasurements
,JSXmlMeasurements
,LongBinaryMeasurements
- All Known Implementing Classes:
DataSeriesImpl
,DoubleBinaryMeasurementsImpl
,IdentifierBasedMeasurementsImpl
,JSXmlMeasurementsImpl
,LongBinaryMeasurementsImpl
public interface DataSeries
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Data Series'.
Used to store measurements for one dimension.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Aggregated Measurements' container reference.Returns the value of the 'Numerical Statistics' containment reference.Returns the value of the 'Raw Measurements' container reference.Returns the value of the 'Textual Statistics' containment reference.Returns the value of the 'Values Uuid' attribute.void
Sets the value of the 'Aggregated Measurements
' container reference.void
Sets the value of the 'Numerical Statistics
' containment reference.void
Sets the value of the 'Raw Measurements
' container reference.void
Sets the value of the 'Textual Statistics
' containment reference.void
setValuesUuid
(String value) Sets the value of the 'Values Uuid
' 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 Details
-
getNumericalStatistics
NumericalNominalStatistics getNumericalStatistics()Returns the value of the 'Numerical Statistics' containment reference. It is bidirectional and its opposite is 'Data Series
'.- Returns:
- the value of the 'Numerical Statistics' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" containment="true" ordered="false"
-
setNumericalStatistics
Sets the value of the 'Numerical Statistics
' containment reference.- Parameters:
value
- the new value of the 'Numerical Statistics' containment reference.- See Also:
- Generated class or method.
-
getAggregatedMeasurements
FixedWidthAggregatedMeasurements getAggregatedMeasurements()Returns the value of the 'Aggregated Measurements' container reference. It is bidirectional and its opposite is 'Data Series
'.- Returns:
- the value of the 'Aggregated Measurements' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" transient="false" ordered="false"
-
setAggregatedMeasurements
Sets the value of the 'Aggregated Measurements
' container reference.- Parameters:
value
- the new value of the 'Aggregated Measurements' container reference.- See Also:
- Generated class or method.
-
getValuesUuid
String getValuesUuid()Returns the value of the 'Values Uuid' attribute.- Returns:
- the value of the 'Values Uuid' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- id="true" required="true" ordered="false"
-
setValuesUuid
Sets the value of the 'Values Uuid
' attribute.- Parameters:
value
- the new value of the 'Values Uuid' attribute.- See Also:
- Generated class or method.
-
getTextualStatistics
TextualNominalStatistics getTextualStatistics()Returns the value of the 'Textual Statistics' containment reference. It is bidirectional and its opposite is 'Data Series
'.- Returns:
- the value of the 'Textual Statistics' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" containment="true" ordered="false"
-
setTextualStatistics
Sets the value of the 'Textual Statistics
' containment reference.- Parameters:
value
- the new value of the 'Textual Statistics' containment reference.- See Also:
- Generated class or method.
-
getRawMeasurements
RawMeasurements getRawMeasurements()Returns the value of the 'Raw Measurements' container reference. It is bidirectional and its opposite is 'Data Series
'.- Returns:
- the value of the 'Raw Measurements' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" transient="false" ordered="false"
-
setRawMeasurements
Sets the value of the 'Raw Measurements
' container reference.- Parameters:
value
- the new value of the 'Raw Measurements' container reference.- See Also:
- Generated class or method.
-