Interface InternalFailureOccurrenceDescription
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,FailureOccurrenceDescription
,Notifier
- All Known Implementing Classes:
InternalFailureOccurrenceDescriptionImpl
public interface InternalFailureOccurrenceDescription extends FailureOccurrenceDescription
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:
ReliabilityPackage.getInternalFailureOccurrenceDescription()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
-
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
EnsureValidFailureProbabilityRange, getFailureProbability, setFailureProbability
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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
'.If the meaning of the 'Internal Action Internal Failure Occurrence Description' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Internal Action Internal Failure Occurrence Description' container reference.
- See Also:
setInternalAction__InternalFailureOccurrenceDescription(InternalAction)
,ReliabilityPackage.getInternalFailureOccurrenceDescription_InternalAction__InternalFailureOccurrenceDescription()
,InternalAction.getInternalFailureOccurrenceDescriptions__InternalAction()
- Generated class or method.
- EMF model class or method.
- opposite="internalFailureOccurrenceDescriptions__InternalAction" required="true" transient="false" ordered="false"
-
setInternalAction__InternalFailureOccurrenceDescription
void setInternalAction__InternalFailureOccurrenceDescription(InternalAction value)
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:
getInternalAction__InternalFailureOccurrenceDescription()
- 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
'.If the meaning of the ' Software Induced Failure Type Internal Failure Occurrence Description' reference isn't clear, there really should be more of a description here...
- 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"
-
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:
getSoftwareInducedFailureType__InternalFailureOccurrenceDescription()
- Generated class or method.
-
NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription
boolean NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription(DiagnosticChain diagnostics, Map<Object,Object> context)
ResourceTimeoutFailures are software-induced failure types, but are not annotated to InternalActions (they are only meant for passive resource timeouts).- 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/emf/2002/Ecore/OCL/Pivot body='not self.softwareInducedFailureType__InternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)'"
-
-