public interface FailureOccurrenceDescription
extends org.eclipse.emf.cdo.CDOObject
Abstract superclass that connects a failure type definition to an occurrence probability. Used to describe the failure potential of certain points of failure within the control and data flow (i.e. Actions within ResourceDemandingBehaviours).
The following features are supported:
ReliabilityPackage.getFailureOccurrenceDescription()| Modifier and Type | Method and Description |
|---|---|
boolean |
EnsureValidFailureProbabilityRange(DiagnosticChain diagnostics,
Map<Object,Object> context) |
double |
getFailureProbability()
Returns the value of the 'Failure Probability' attribute.
|
void |
setFailureProbability(double value)
Sets the value of the
'
Failure Probability' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
double getFailureProbability()
If the meaning of the 'Failure Probability' attribute isn't clear, there really should be more of a description here...
setFailureProbability(double),
ReliabilityPackage.getFailureOccurrenceDescription_FailureProbability()void setFailureProbability(double value)
Failure Probability' attribute. value - the new value of the 'Failure Probability' attribute.getFailureProbability()boolean EnsureValidFailureProbabilityRange(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.