Interface NumericalNominalStatistics
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
NumericalIntervalStatistics
,NumericalOrdinalStatistics
,NumericalRatioStatistics
- All Known Implementing Classes:
NumericalIntervalStatisticsImpl
,NumericalNominalStatisticsImpl
,NumericalOrdinalStatisticsImpl
,NumericalRatioStatisticsImpl
public interface NumericalNominalStatistics
extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Numerical 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.javax.measure.Measure
Returns the value of the 'Number Measurements' attribute.Returns the value of the 'Numerical Mass Distribution' containment reference list.void
setDataSeries
(DataSeries value) Sets the value of the 'Data Series
' container reference.void
setNumberMeasurements
(javax.measure.Measure 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNumberMeasurements
javax.measure.Measure getNumberMeasurements()Returns the value of the 'Number Measurements' attribute. Number of measurements in the data series.- Returns:
- the value of the 'Number Measurements' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
-
setNumberMeasurements
void setNumberMeasurements(javax.measure.Measure 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.
-
getNumericalMassDistribution
EList<NumericalMassDistribution> getNumericalMassDistribution()Returns the value of the 'Numerical Mass Distribution' containment reference list. The list contents are of typeNumericalMassDistribution
. It is bidirectional and its opposite is 'Numerical Nominal Statistics
'.- Returns:
- the value of the 'Numerical Mass Distribution' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="numericalNominalStatistics" containment="true" ordered="false"
-
getDataSeries
DataSeries getDataSeries()Returns the value of the 'Data Series' container reference. It is bidirectional and its opposite is 'Numerical Statistics
'.- Returns:
- the value of the 'Data Series' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="numericalStatistics" 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.
-