Interface FailureOccurrenceDescription

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier, PCMBaseClass, PCMClass
All Known Subinterfaces:
ExternalFailureOccurrenceDescription, InternalFailureOccurrenceDescription
All Known Implementing Classes:
ExternalFailureOccurrenceDescriptionImpl, FailureOccurrenceDescriptionImpl, InternalFailureOccurrenceDescriptionImpl

public interface FailureOccurrenceDescription extends PCMBaseClass
A representation of the model object 'Failure Occurrence Description'.

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:

See Also:
Generated class or method.
EMF model class or method.
abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='ensureValidFailureProbabilityRange'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/LPG ensureValidFailureProbabilityRange='(self.failureProbability.oclAsType(Real) <= 1.0) and (self.failureProbability.oclAsType(Real) >= 0.0)'"