Interface TextualMassDistribution
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier
- All Known Implementing Classes:
TextualMassDistributionImpl
public interface TextualMassDistribution extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Textual Mass Distribution'.The following features are supported:
- See Also:
ExperimentDataPackage.getTextualMassDistribution()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFrequency()Returns the value of the 'Frequency' attribute.org.palladiosimulator.metricspec.IdentifiergetIdentifier()Returns the value of the 'Identifier' reference.TextualNominalStatisticsgetTextualNominalStatistics()Returns the value of the 'Textual Nominal Statistics' container reference.voidsetFrequency(long value)Sets the value of the 'Frequency' attribute.voidsetIdentifier(org.palladiosimulator.metricspec.Identifier value)Sets the value of the 'Identifier' reference.voidsetTextualNominalStatistics(TextualNominalStatistics value)Sets the value of the 'Textual Nominal Statistics' container reference.-
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
-
getFrequency
long getFrequency()
Returns the value of the 'Frequency' attribute.- Returns:
- the value of the 'Frequency' attribute.
- See Also:
setFrequency(long),ExperimentDataPackage.getTextualMassDistribution_Frequency()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFrequency
void setFrequency(long value)
Sets the value of the 'Frequency' attribute.- Parameters:
value- the new value of the 'Frequency' attribute.- See Also:
getFrequency()- Generated class or method.
-
getIdentifier
org.palladiosimulator.metricspec.Identifier getIdentifier()
Returns the value of the 'Identifier' reference.- Returns:
- the value of the 'Identifier' reference.
- See Also:
setIdentifier(Identifier),ExperimentDataPackage.getTextualMassDistribution_Identifier()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setIdentifier
void setIdentifier(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Identifier' reference.- Parameters:
value- the new value of the 'Identifier' reference.- See Also:
getIdentifier()- Generated class or method.
-
getTextualNominalStatistics
TextualNominalStatistics getTextualNominalStatistics()
Returns the value of the 'Textual Nominal Statistics' container reference. It is bidirectional and its opposite is 'Mass Distribution'.- Returns:
- the value of the 'Textual Nominal Statistics' container reference.
- See Also:
setTextualNominalStatistics(TextualNominalStatistics),ExperimentDataPackage.getTextualMassDistribution_TextualNominalStatistics(),TextualNominalStatistics.getMassDistribution()- Generated class or method.
- EMF model class or method.
- opposite="massDistribution" required="true" transient="false" ordered="false"
-
setTextualNominalStatistics
void setTextualNominalStatistics(TextualNominalStatistics value)
Sets the value of the 'Textual Nominal Statistics' container reference.- Parameters:
value- the new value of the 'Textual Nominal Statistics' container reference.- See Also:
getTextualNominalStatistics()- Generated class or method.
-
-