Interface InconsistencyMeasure<T extends BeliefBase>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double MEASURE_TOLERANCE
      Tolerance.
    • Method Summary

      Modifier and Type Method Description
      java.lang.Double inconsistencyMeasure​(T beliefBase)
      This method measures the inconsistency of the given belief base.
    • Method Detail

      • inconsistencyMeasure

        java.lang.Double inconsistencyMeasure​(T beliefBase)
        This method measures the inconsistency of the given belief base.
        Parameters:
        beliefBase - a belief base.
        Returns:
        a Double indicating the degree of inconsistency.