Class IndeterminateInconsistencyMeasure

  • All Implemented Interfaces:
    BpmnInconsistencyMeasure, InconsistencyMeasure<BpmnModel>

    public class IndeterminateInconsistencyMeasure
    extends java.lang.Object
    implements BpmnInconsistencyMeasure
    A BPMN model has an IndeterminateInconsistency value of 1 if there is an activity in this model a) that is reachable from a start event via the model's sequence flow b) from where no end event can possibly be reached, and 0 otherwise
    Author:
    Benedikt Knopp
    • 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

      • IndeterminateInconsistencyMeasure

        public IndeterminateInconsistencyMeasure()
    • 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.