Interface ArchitecturalCountermeasure
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Subinterfaces:
GlobalUncertaintyCountermeasure
,UncertaintySpecificCountermeasure
- All Known Implementing Classes:
ArchitecturalCountermeasureImpl
,GlobalUncertaintyCountermeasureImpl
,UncertaintySpecificCountermeasureImpl
public interface ArchitecturalCountermeasure
extends tools.mdsd.modelingfoundations.identifier.Entity
A representation of the model object 'Architectural Countermeasure'.
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 'Applied Failure Type' reference.Returns the value of the 'Architectural Preconditions' reference list.void
Sets the value of the 'Applied Failure Type
' 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 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
-
getArchitecturalPreconditions
EList<ArchitecturalPrecondition> getArchitecturalPreconditions()Returns the value of the 'Architectural Preconditions' reference list. The list contents are of typeArchitecturalPrecondition
.- Returns:
- the value of the 'Architectural Preconditions' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
getAppliedFailureType
UncertaintyInducedFailureType getAppliedFailureType()Returns the value of the 'Applied Failure Type' reference.- Returns:
- the value of the 'Applied Failure Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setAppliedFailureType
Sets the value of the 'Applied Failure Type
' reference.- Parameters:
value
- the new value of the 'Applied Failure Type' reference.- See Also:
- Generated class or method.
-