Package org.omg.smm
Interface MeasureRelationship
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement,SmmRelationship
- All Known Subinterfaces:
Base1MeasureRelationship,Base2MeasureRelationship,BaseMeasureRelationship,BaseNMeasureRelationship,EquivalentMeasureRelationship,GradeMeasureRelationship,RankingMeasureRelationship,RefinementMeasureRelationship,RescaledMeasureRelationship,ScaledBaseMeasureRelationship
- All Known Implementing Classes:
Base1MeasureRelationshipImpl,Base2MeasureRelationshipImpl,BaseMeasureRelationshipImpl,BaseNMeasureRelationshipImpl,EquivalentMeasureRelationshipImpl,GradeMeasureRelationshipImpl,MeasureRelationshipImpl,RankingMeasureRelationshipImpl,RefinementMeasureRelationshipImpl,RescaledMeasureRelationshipImpl,ScaledBaseMeasureRelationshipImpl
public interface MeasureRelationship extends SmmRelationship
A representation of the model object 'Measure Relationship'.
The following features are supported:
- See Also:
SmmPackage.getMeasureRelationship()
-
Method Summary
Modifier and Type Method Description InfluencegetInfluence()Returns the value of the 'Influence' attribute.OperationgetMeasurandQuery()Returns the value of the 'Measurand Query' reference.voidsetInfluence(Influence value)Sets the value of the 'Influence' attribute.voidsetMeasurandQuery(Operation value)Sets the value of the 'Measurand Query' reference.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.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, setShortDescriptionMethods inherited from interface org.omg.smm.SmmRelationship
getFrom, getTo, setFrom, setTo
-
Method Details
-
getInfluence
Influence getInfluence()Returns the value of the 'Influence' attribute. The literals are from the enumerationInfluence.- Returns:
- the value of the 'Influence' attribute.
- See Also:
Influence,setInfluence(Influence),SmmPackage.getMeasureRelationship_Influence()
-
setInfluence
Sets the value of the 'Influence' attribute.- Parameters:
value- the new value of the 'Influence' attribute.- See Also:
Influence,getInfluence()
-
getMeasurandQuery
Operation getMeasurandQuery()Returns the value of the 'Measurand Query' reference.- Returns:
- the value of the 'Measurand Query' reference.
- See Also:
setMeasurandQuery(Operation),SmmPackage.getMeasureRelationship_MeasurandQuery()
-
setMeasurandQuery
Sets the value of the 'Measurand Query' reference.- Parameters:
value- the new value of the 'Measurand Query' reference.- See Also:
getMeasurandQuery()
-