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.IdentifierA representation of the model object 'Numerical Nominal Statistics'. !self.dataSeries.oclIsKindOf(IdentifierBasedMeasurements)The following features are supported:
- See Also:
ExperimentDataPackage.getNumericalNominalStatistics()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSeriesgetDataSeries()Returns the value of the 'Data Series' container reference.javax.measure.MeasuregetNumberMeasurements()Returns the value of the 'Number Measurements' attribute.EList<NumericalMassDistribution>getNumericalMassDistribution()Returns the value of the 'Numerical Mass Distribution' containment reference list.voidsetDataSeries(DataSeries value)Sets the value of the 'Data Series' container reference.voidsetNumberMeasurements(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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setNumberMeasurements(Measure),ExperimentDataPackage.getNumericalNominalStatistics_NumberMeasurements()- 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:
getNumberMeasurements()- 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:
ExperimentDataPackage.getNumericalNominalStatistics_NumericalMassDistribution(),NumericalMassDistribution.getNumericalNominalStatistics()- 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:
setDataSeries(DataSeries),ExperimentDataPackage.getNumericalNominalStatistics_DataSeries(),DataSeries.getNumericalStatistics()- Generated class or method.
- EMF model class or method.
- opposite="numericalStatistics" 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.
-
-