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:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Series' container reference.Returns the value of the 'Mass Distribution' containment reference list.long
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 Details
-
getNumberMeasurements
long getNumberMeasurements()Returns the value of the 'Number Measurements' attribute.- Returns:
- the value of the 'Number Measurements' attribute.
- See Also:
- 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:
- 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
'.- Returns:
- the value of the 'Mass Distribution' containment reference list.
- See Also:
- 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
'.- Returns:
- the value of the 'Data Series' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="textualStatistics" required="true" transient="false" ordered="false"
-
setDataSeries
Sets the value of the 'Data Series
' container reference.- Parameters:
value
- the new value of the 'Data Series' container reference.- See Also:
- Generated class or method.
-