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:
ExperimentDataPackage.getDataSeries()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FixedWidthAggregatedMeasurements
getAggregatedMeasurements()
Returns the value of the 'Aggregated Measurements' container reference.NumericalNominalStatistics
getNumericalStatistics()
Returns the value of the 'Numerical Statistics' containment reference.RawMeasurements
getRawMeasurements()
Returns the value of the 'Raw Measurements' container reference.TextualNominalStatistics
getTextualStatistics()
Returns the value of the 'Textual Statistics' containment reference.String
getValuesUuid()
Returns the value of the 'Values Uuid' attribute.void
setAggregatedMeasurements(FixedWidthAggregatedMeasurements value)
Sets the value of the 'Aggregated Measurements
' container reference.void
setNumericalStatistics(NumericalNominalStatistics value)
Sets the value of the 'Numerical Statistics
' containment reference.void
setRawMeasurements(RawMeasurements value)
Sets the value of the 'Raw Measurements
' container reference.void
setTextualStatistics(TextualNominalStatistics value)
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 Detail
-
getNumericalStatistics
NumericalNominalStatistics getNumericalStatistics()
Returns the value of the 'Numerical Statistics' containment reference. It is bidirectional and its opposite is 'Data Series
'.If the meaning of the 'Numerical Statistics' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Numerical Statistics' containment reference.
- See Also:
setNumericalStatistics(NumericalNominalStatistics)
,ExperimentDataPackage.getDataSeries_NumericalStatistics()
,NumericalNominalStatistics.getDataSeries()
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" containment="true" ordered="false"
-
setNumericalStatistics
void setNumericalStatistics(NumericalNominalStatistics value)
Sets the value of the 'Numerical Statistics
' containment reference.- Parameters:
value
- the new value of the 'Numerical Statistics' containment reference.- See Also:
getNumericalStatistics()
- 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
'.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(FixedWidthAggregatedMeasurements)
,ExperimentDataPackage.getDataSeries_AggregatedMeasurements()
,FixedWidthAggregatedMeasurements.getDataSeries()
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" transient="false" ordered="false"
-
setAggregatedMeasurements
void setAggregatedMeasurements(FixedWidthAggregatedMeasurements 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.
-
getValuesUuid
String getValuesUuid()
Returns the value of the 'Values Uuid' attribute.If the meaning of the 'Values Uuid' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Values Uuid' attribute.
- See Also:
setValuesUuid(String)
,ExperimentDataPackage.getDataSeries_ValuesUuid()
- Generated class or method.
- EMF model class or method.
- id="true" required="true" ordered="false"
-
setValuesUuid
void setValuesUuid(String value)
Sets the value of the 'Values Uuid
' attribute.- Parameters:
value
- the new value of the 'Values Uuid' attribute.- See Also:
getValuesUuid()
- 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
'.If the meaning of the 'Textual Statistics' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Textual Statistics' containment reference.
- See Also:
setTextualStatistics(TextualNominalStatistics)
,ExperimentDataPackage.getDataSeries_TextualStatistics()
,TextualNominalStatistics.getDataSeries()
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" containment="true" ordered="false"
-
setTextualStatistics
void setTextualStatistics(TextualNominalStatistics value)
Sets the value of the 'Textual Statistics
' containment reference.- Parameters:
value
- the new value of the 'Textual Statistics' containment reference.- See Also:
getTextualStatistics()
- 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
'.If the meaning of the 'Raw Measurements' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Raw Measurements' container reference.
- See Also:
setRawMeasurements(RawMeasurements)
,ExperimentDataPackage.getDataSeries_RawMeasurements()
,RawMeasurements.getDataSeries()
- Generated class or method.
- EMF model class or method.
- opposite="dataSeries" transient="false" ordered="false"
-
setRawMeasurements
void setRawMeasurements(RawMeasurements value)
Sets the value of the 'Raw Measurements
' container reference.- Parameters:
value
- the new value of the 'Raw Measurements' container reference.- See Also:
getRawMeasurements()
- Generated class or method.
-
-