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:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the value of the 'Frequency' attribute.org.palladiosimulator.metricspec.Identifier
Returns the value of the 'Identifier' reference.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
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 Details
-
getFrequency
long getFrequency()Returns the value of the 'Frequency' attribute.- Returns:
- the value of the 'Frequency' attribute.
- See Also:
- 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:
- 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:
- 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:
- 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:
- Generated class or method.
- EMF model class or method.
- opposite="massDistribution" required="true" transient="false" ordered="false"
-
setTextualNominalStatistics
Sets the value of the 'Textual Nominal Statistics
' container reference.- Parameters:
value
- the new value of the 'Textual Nominal Statistics' container reference.- See Also:
- Generated class or method.
-