Interface GlobalUncertaintyCountermeasure
- All Superinterfaces:
ArchitecturalCountermeasure
,tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
GlobalUncertaintyCountermeasureImpl
A representation of the model object 'Global Uncertainty 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.staticmodel.GroundProbabilisticNetwork
Returns the value of the 'Improved Uncertainty Model' reference.void
setImprovedUncertaintyModel
(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'Improved Uncertainty Model
' 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
-
getImprovedUncertaintyModel
org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork getImprovedUncertaintyModel()Returns the value of the 'Improved Uncertainty Model' reference.- Returns:
- the value of the 'Improved Uncertainty Model' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setImprovedUncertaintyModel
void setImprovedUncertaintyModel(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'Improved Uncertainty Model
' reference.- Parameters:
value
- the new value of the 'Improved Uncertainty Model' reference.- See Also:
- Generated class or method.
-