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.CDOObject
A 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 long
getFrequency()
Returns the value of the 'Frequency' attribute.org.palladiosimulator.metricspec.Identifier
getIdentifier()
Returns the value of the 'Identifier' reference.TextualNominalStatistics
getTextualNominalStatistics()
Returns the value of the 'Textual Nominal Statistics' container reference.void
setFrequency(long value)
Sets the value of the 'Frequency
' attribute.void
setIdentifier(org.palladiosimulator.metricspec.Identifier value)
Sets the value of the 'Identifier
' reference.void
setTextualNominalStatistics(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.If the meaning of the 'Frequency' attribute isn't clear, there really should be more of a description here...
- 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.If the meaning of the 'Identifier' reference isn't clear, there really should be more of a description here...
- 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
'.If the meaning of the 'Textual Nominal Statistics' container reference isn't clear, there really should be more of a description here...
- 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.
-
-