Interface NumericQualityProperty
-
- All Superinterfaces:
EObject
,Notifier
,QualityProperty
- All Known Subinterfaces:
DoubleQualityProperty
,IntegerQualityProperty
- All Known Implementing Classes:
DoubleQualityPropertyImpl
,IntegerQualityPropertyImpl
,NumericQualityPropertyImpl
public interface NumericQualityProperty extends QualityProperty
A representation of the model object ' Numeric Quality Property'.The following features are supported:
- See Also:
qualitypropertiesPackage.getNumericQualityProperty()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfidenceInterval
getConfidenceInterval()
Returns the value of the 'Confidence Interval' reference.org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository
getResultDecoratorRepository()
Returns the value of the 'Result Decorator Repository' reference.void
setConfidenceInterval(ConfidenceInterval value)
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 Detail
-
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:
setResultDecoratorRepository(ResultDecoratorRepository)
,qualitypropertiesPackage.getNumericQualityProperty_ResultDecoratorRepository()
- 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:
getResultDecoratorRepository()
- 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:
setConfidenceInterval(ConfidenceInterval)
,qualitypropertiesPackage.getNumericQualityProperty_ConfidenceInterval()
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setConfidenceInterval
void setConfidenceInterval(ConfidenceInterval value)
Sets the value of the 'Confidence Interval
' reference.- Parameters:
value
- the new value of the 'Confidence Interval' reference.- See Also:
getConfidenceInterval()
- Generated class or method.
-
-