Interface FailureOccurrenceDescription

    • Method Detail

      • setFailureProbability

        void setFailureProbability​(double value)
        Sets the value of the 'Failure Probability' attribute.
        Parameters:
        value - the new value of the 'Failure Probability' attribute.
        See Also:
        getFailureProbability()
        Generated class or method.
      • EnsureValidFailureProbabilityRange

        boolean EnsureValidFailureProbabilityRange​(DiagnosticChain diagnostics,
                                                   Map<Object,​Object> context)
        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/uml2/1.1.0/GenModel body='(self.failureProbability.oclAsType(Real) <= 1.0) and (self.failureProbability.oclAsType(Real) >= 0.0)'"