Interface EvaluationAspect
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
DeterministicEvaluationAspect
,Frequency
,Mean
,Percentile
,PointEstimator
,StochasticEvaluationAspect
,Value
,Variance
- All Known Implementing Classes:
DeterministicEvaluationAspectImpl
,EvaluationAspectImpl
,FrequencyImpl
,MeanImpl
,PercentileImpl
,PointEstimatorImpl
,StochasticEvaluationAspectImpl
,ValueImpl
,VarianceImpl
A representation of the model object 'Evaluation Aspect'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionboolean
FREQUENCY_LIMIT_must_be_between_0_and_100
(DiagnosticChain diagnostics, Map<Object, Object> context) self.oclIsTypeOf(QMLContract::Frequency) implies ( self.aspectRequirement <> null implies ( self.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral) implies ( self.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract::NumericLiteral ).value.oclAsType(Real) > 0 and self.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract ::NumericLiteral).value.oclAsType(Real) < 100 ) ) )boolean
FREQUENCY_LIMIT_must_be_NUMERIC
(DiagnosticChain diagnostics, Map<Object, Object> context) self.oclIsTypeOf(QMLContract::Frequency) implies ( self.aspectRequirement <> null implies ( self.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral) ) )Returns the value of the 'Aspect Requirement' containment reference.void
Sets the value of the 'Aspect Requirement
' containment reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAspectRequirement
AspectRequirement getAspectRequirement()Returns the value of the 'Aspect Requirement' containment reference.If the meaning of the 'Aspect Requirement' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Aspect Requirement' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setAspectRequirement
Sets the value of the 'Aspect Requirement
' containment reference.- Parameters:
value
- the new value of the 'Aspect Requirement' containment reference.- See Also:
- Generated class or method.
-
FREQUENCY_LIMIT_must_be_NUMERIC
self.oclIsTypeOf(QMLContract::Frequency) implies ( self.aspectRequirement <> null implies ( self.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral) ) )- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.oclIsTypeOf(QMLContract::Frequency) implies (\r\n\tself.aspectRequirement <> null implies (\r\n\t\tself.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral)\r\n\t)\r\n)'"
-
FREQUENCY_LIMIT_must_be_between_0_and_100
boolean FREQUENCY_LIMIT_must_be_between_0_and_100(DiagnosticChain diagnostics, Map<Object, Object> context) self.oclIsTypeOf(QMLContract::Frequency) implies ( self.aspectRequirement <> null implies ( self.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral) implies ( self.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract::NumericLiteral ).value.oclAsType(Real) > 0 and self.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract ::NumericLiteral).value.oclAsType(Real) < 100 ) ) )- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.oclIsTypeOf(QMLContract::Frequency) implies (\r\n\tself.aspectRequirement <> null implies (\r\n\t\tself.aspectRequirement.aspectRequirementLiteral.oclIsTypeOf(QMLContract::NumericLiteral) implies (\r\n\t\t\tself.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract::NumericLiteral).value.oclAsType(Real) > 0 and\r\n\t\t\tself.aspectRequirement.aspectRequirementLiteral.oclAsType(QMLContract::NumericLiteral).value.oclAsType(Real) < 100\r\n\t\t)\r\n\t)\r\n)'"
-