Interface UncertaintySpecificCountermeasure
- All Superinterfaces:
ArchitecturalCountermeasure
,tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
UncertaintySpecificCountermeasureImpl
A representation of the model object 'Specific Countermeasure'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable
Returns the value of the 'Target Uncertainty' reference.Returns the value of the 'Uncertainty Improvement' containment reference.void
setTargetUncertainty
(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable value) Sets the value of the 'Target Uncertainty
' reference.void
Sets the value of the 'Uncertainty Improvement
' containment reference.Methods inherited from interface org.palladiosimulator.dependability.reliability.uncertainty.ArchitecturalCountermeasure
getAppliedFailureType, getArchitecturalPreconditions, setAppliedFailureType
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 tools.mdsd.modelingfoundations.identifier.Identifier
getId, setId
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTargetUncertainty
org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable getTargetUncertainty()Returns the value of the 'Target Uncertainty' reference.- Returns:
- the value of the 'Target Uncertainty' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTargetUncertainty
void setTargetUncertainty(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable value) Sets the value of the 'Target Uncertainty
' reference.- Parameters:
value
- the new value of the 'Target Uncertainty' reference.- See Also:
- Generated class or method.
-
getUncertaintyImprovement
UncertaintyImprovement getUncertaintyImprovement()Returns the value of the 'Uncertainty Improvement' containment reference.- Returns:
- the value of the 'Uncertainty Improvement' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setUncertaintyImprovement
Sets the value of the 'Uncertainty Improvement
' containment reference.- Parameters:
value
- the new value of the 'Uncertainty Improvement' containment reference.- See Also:
- Generated class or method.
-