Package org.omg.smm
Interface CollectiveMeasurement
- All Superinterfaces:
DimensionalMeasurement,org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
CollectiveMeasurementImpl
public interface CollectiveMeasurement extends DimensionalMeasurement
A representation of the model object 'Collective Measurement'.
The following features are supported:
- See Also:
SmmPackage.getCollectiveMeasurement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship>getBaseMeasurementTo()Returns the value of the 'Base Measurement To' reference list.OperationgetBaseQuery()Returns the value of the 'Base Query' reference.BooleangetIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.voidsetBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidsetIsBaseSupplied(Boolean value)Sets the value of the 'Is Base Supplied' attribute.Methods inherited from interface org.omg.smm.DimensionalMeasurement
getBaseMeasurement1From, getBaseMeasurement2From, getBaseMeasurementFrom, getGradeFrom, getRankingFrom, getRescaleTo, getValue, setValueMethods 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.Measurement
getBreakValue, getEquivalentFrom, getEquivalentTo, getError, getInbound, getMeasurand, getMeasureLabel, getMeasurementLabel, getMeasurementRelationships, getObservedMeasure, getOutbound, getRefinementFrom, getRefinementTo, setBreakValue, setError, setMeasurand, setObservedMeasureMethods 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
-
getIsBaseSupplied
Boolean getIsBaseSupplied()Returns the value of the 'Is Base Supplied' attribute.- Returns:
- the value of the 'Is Base Supplied' attribute.
- See Also:
setIsBaseSupplied(Boolean),SmmPackage.getCollectiveMeasurement_IsBaseSupplied()
-
setIsBaseSupplied
Sets the value of the 'Is Base Supplied' attribute.- Parameters:
value- the new value of the 'Is Base Supplied' attribute.- See Also:
getIsBaseSupplied()
-
getBaseMeasurementTo
org.eclipse.emf.common.util.EList<BaseNMeasurementRelationship> getBaseMeasurementTo()Returns the value of the 'Base Measurement To' reference list. The list contents are of typeBaseNMeasurementRelationship.- Returns:
- the value of the 'Base Measurement To' reference list.
- See Also:
SmmPackage.getCollectiveMeasurement_BaseMeasurementTo()
-
getBaseQuery
Operation getBaseQuery()Returns the value of the 'Base Query' reference.- Returns:
- the value of the 'Base Query' reference.
- See Also:
setBaseQuery(Operation),SmmPackage.getCollectiveMeasurement_BaseQuery()
-
setBaseQuery
Sets the value of the 'Base Query' reference.- Parameters:
value- the new value of the 'Base Query' reference.- See Also:
getBaseQuery()
-