Class BeliefSetInconsistencyMeasure<S extends Formula>

    • Method Summary

      Modifier and Type Method Description
      abstract java.lang.Double inconsistencyMeasure​(java.util.Collection<S> formulas)
      This method measures the inconsistency of the given set of formulas.
      java.lang.Double inconsistencyMeasure​(BeliefSet<S,​?> beliefBase)
      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

      • BeliefSetInconsistencyMeasure

        public BeliefSetInconsistencyMeasure()
    • Method Detail

      • inconsistencyMeasure

        public java.lang.Double inconsistencyMeasure​(BeliefSet<S,​?> beliefBase)
        Description copied from interface: InconsistencyMeasure
        This method measures the inconsistency of the given belief base.
        Specified by:
        inconsistencyMeasure in interface InconsistencyMeasure<S extends Formula>
        Parameters:
        beliefBase - a belief base.
        Returns:
        a Double indicating the degree of inconsistency.
      • inconsistencyMeasure

        public abstract java.lang.Double inconsistencyMeasure​(java.util.Collection<S> formulas)
        This method measures the inconsistency of the given set of formulas.
        Parameters:
        formulas - a collection of formulas.
        Returns:
        a Double indicating the degree of inconsistency.