Interface NumericQualityProperty
- All Superinterfaces:
EObject
,Notifier
,QualityProperty
- All Known Subinterfaces:
DoubleQualityProperty
,IntegerQualityProperty
- All Known Implementing Classes:
DoubleQualityPropertyImpl
,IntegerQualityPropertyImpl
,NumericQualityPropertyImpl
A representation of the model object '
Numeric Quality Property'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Confidence Interval' reference.org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository
Returns the value of the 'Result Decorator Repository' reference.void
Sets the value of the 'Confidence Interval
' reference.void
setResultDecoratorRepository
(org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository value) Sets the value of the 'Result Decorator Repository
' reference.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
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.qualityproperties.QualityProperty
getQualityValue, setQualityValue
-
Method Details
-
getResultDecoratorRepository
org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository getResultDecoratorRepository()Returns the value of the 'Result Decorator Repository' reference. Result Decorator for Performance- Returns:
- the value of the 'Result Decorator Repository' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setResultDecoratorRepository
void setResultDecoratorRepository(org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository value) Sets the value of the 'Result Decorator Repository
' reference.- Parameters:
value
- the new value of the 'Result Decorator Repository' reference.- See Also:
- Generated class or method.
-
getConfidenceInterval
ConfidenceInterval getConfidenceInterval()Returns the value of the 'Confidence Interval' reference.If the meaning of the 'Confidence Interval' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Confidence Interval' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setConfidenceInterval
Sets the value of the 'Confidence Interval
' reference.- Parameters:
value
- the new value of the 'Confidence Interval' reference.- See Also:
- Generated class or method.
-