Interface TextualNominalStatistics
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Subinterfaces:
TextualOrdinalStatistics
- All Known Implementing Classes:
TextualNominalStatisticsImpl
,TextualOrdinalStatisticsImpl
public interface TextualNominalStatistics extends org.eclipse.emf.cdo.CDOObject
A representation of the model object ' Textual Nominal Statistics'. self.dataSeries.oclIsKindOf(IdentifierBasedMeasurements)The following features are supported:
- See Also:
ExperimentDataPackage.getTextualNominalStatistics()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSeries
getDataSeries()
Returns the value of the 'Data Series' container reference.EList<TextualMassDistribution>
getMassDistribution()
Returns the value of the 'Mass Distribution' containment reference list.long
getNumberMeasurements()
Returns the value of the 'Number Measurements' attribute.void
setDataSeries(DataSeries value)
Sets the value of the 'Data Series
' container reference.void
setNumberMeasurements(long value)
Sets the value of the 'Number Measurements
' 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
-
getNumberMeasurements
long getNumberMeasurements()
Returns the value of the 'Number Measurements' attribute.If the meaning of the 'Number Measurements' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Measurements' attribute.
- See Also:
setNumberMeasurements(long)
,ExperimentDataPackage.getTextualNominalStatistics_NumberMeasurements()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setNumberMeasurements
void setNumberMeasurements(long value)
Sets the value of the 'Number Measurements
' attribute.- Parameters:
value
- the new value of the 'Number Measurements' attribute.- See Also:
getNumberMeasurements()
- Generated class or method.
-
getMassDistribution
EList<TextualMassDistribution> getMassDistribution()
Returns the value of the 'Mass Distribution' containment reference list. The list contents are of typeTextualMassDistribution
. It is bidirectional and its opposite is 'Textual Nominal Statistics
'.If the meaning of the 'Mass Distribution' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mass Distribution' containment reference list.
- See Also:
ExperimentDataPackage.getTextualNominalStatistics_MassDistribution()
,TextualMassDistribution.getTextualNominalStatistics()
- Generated class or method.
- EMF model class or method.
- opposite="textualNominalStatistics" containment="true" ordered="false"
-
getDataSeries
DataSeries getDataSeries()
Returns the value of the 'Data Series' container reference. It is bidirectional and its opposite is 'Textual Statistics
'.If the meaning of the 'Data Series' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Data Series' container reference.
- See Also:
setDataSeries(DataSeries)
,ExperimentDataPackage.getTextualNominalStatistics_DataSeries()
,DataSeries.getTextualStatistics()
- Generated class or method.
- EMF model class or method.
- opposite="textualStatistics" required="true" transient="false" ordered="false"
-
setDataSeries
void setDataSeries(DataSeries value)
Sets the value of the 'Data Series
' container reference.- Parameters:
value
- the new value of the 'Data Series' container reference.- See Also:
getDataSeries()
- Generated class or method.
-
-