Class DeadEndInconsistencyMeasure

    • Method Summary

      Modifier and Type Method Description
      java.lang.Double inconsistencyMeasure​(BpmnModel processModel)
      This method measures the inconsistency of the given belief base.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeadEndInconsistencyMeasure

        public DeadEndInconsistencyMeasure()
    • Method Detail

      • inconsistencyMeasure

        public java.lang.Double inconsistencyMeasure​(BpmnModel processModel)
        Description copied from interface: InconsistencyMeasure
        This method measures the inconsistency of the given belief base.
        Specified by:
        inconsistencyMeasure in interface InconsistencyMeasure<BpmnModel>
        Parameters:
        processModel - a belief base.
        Returns:
        a Double indicating the degree of inconsistency.