Interface InternalFailureOccurrenceDescription
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,FailureOccurrenceDescription
,Notifier
,PCMBaseClass
,PCMClass
- All Known Implementing Classes:
InternalFailureOccurrenceDescriptionImpl
A representation of the model object 'Internal Failure Occurrence Description'.
Special case of a FailureOccurenceDescription specifying the software-induced failure potential of
InternalActions.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='noResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG noResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription='not self.softwareInducedFailureType__InternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)'"
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Internal Action Internal Failure Occurrence Description' container reference.Returns the value of the 'Software Induced Failure Type Internal Failure Occurrence Description' reference.void
Sets the value of the 'Internal Action Internal Failure Occurrence Description
' container reference.void
setSoftwareInducedFailureType__InternalFailureOccurrenceDescription
(SoftwareInducedFailureType value) Sets the value of the 'Software Induced Failure Type Internal Failure Occurrence Description
' 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 org.palladiosimulator.pcm.reliability.FailureOccurrenceDescription
getFailureProbability, setFailureProbability
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getInternalAction__InternalFailureOccurrenceDescription
InternalAction getInternalAction__InternalFailureOccurrenceDescription()Returns the value of the 'Internal Action Internal Failure Occurrence Description' container reference. It is bidirectional and its opposite is 'Internal Failure Occurrence Descriptions Internal Action
'.- Returns:
- the value of the 'Internal Action Internal Failure Occurrence Description' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="internalFailureOccurrenceDescriptions__InternalAction" required="true" transient="false" ordered="false"
-
setInternalAction__InternalFailureOccurrenceDescription
Sets the value of the 'Internal Action Internal Failure Occurrence Description
' container reference.- Parameters:
value
- the new value of the 'Internal Action Internal Failure Occurrence Description' container reference.- See Also:
- Generated class or method.
-
getSoftwareInducedFailureType__InternalFailureOccurrenceDescription
SoftwareInducedFailureType getSoftwareInducedFailureType__InternalFailureOccurrenceDescription()Returns the value of the 'Software Induced Failure Type Internal Failure Occurrence Description' reference. It is bidirectional and its opposite is 'Internal Failure Occurrence Descriptions Software Induced Failure Type
'.- Returns:
- the value of the 'Software Induced Failure Type Internal Failure Occurrence Description' reference.
- See Also:
-
setSoftwareInducedFailureType__InternalFailureOccurrenceDescription(SoftwareInducedFailureType)
ReliabilityPackage.getInternalFailureOccurrenceDescription_SoftwareInducedFailureType__InternalFailureOccurrenceDescription()
SoftwareInducedFailureType.getInternalFailureOccurrenceDescriptions__SoftwareInducedFailureType()
- Generated class or method.
- EMF model class or method.
- opposite="internalFailureOccurrenceDescriptions__SoftwareInducedFailureType" required="true" ordered="false"
-
setSoftwareInducedFailureType__InternalFailureOccurrenceDescription
void setSoftwareInducedFailureType__InternalFailureOccurrenceDescription(SoftwareInducedFailureType value) Sets the value of the 'Software Induced Failure Type Internal Failure Occurrence Description
' reference.- Parameters:
value
- the new value of the 'Software Induced Failure Type Internal Failure Occurrence Description' reference.- See Also:
- Generated class or method.
-