Package org.omg.smm
Interface RankingInterval
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Interval,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
RankingIntervalImpl
public interface RankingInterval extends Interval
A representation of the model object 'Ranking Interval'.
The following features are supported:
- See Also:
SmmPackage.getRankingInterval()
-
Method Summary
Modifier and Type Method Description RankingMeasuregetRanking()Returns the value of the 'Ranking' container reference.doublegetValue()Returns the value of the 'Value' attribute.voidsetRanking(RankingMeasure value)Sets the value of the 'Ranking' container reference.voidsetValue(double value)Sets the value of the 'Value' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.omg.smm.Interval
getMaximum, getMaximumOpen, getMinimum, getMinimumOpen, setMaximum, setMaximumOpen, setMinimum, setMinimumOpenMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getRanking
RankingMeasure getRanking()Returns the value of the 'Ranking' container reference. It is bidirectional and its opposite is 'Interval'.- Returns:
- the value of the 'Ranking' container reference.
- See Also:
setRanking(RankingMeasure),SmmPackage.getRankingInterval_Ranking(),RankingMeasure.getInterval()
-
setRanking
Sets the value of the 'Ranking' container reference.- Parameters:
value- the new value of the 'Ranking' container reference.- See Also:
getRanking()
-
getValue
double getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(double),SmmPackage.getRankingInterval_Value()
-
setValue
void setValue(double value)Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-