Interface ConsistencyTester<T extends BeliefBase>

    • Method Summary

      Modifier and Type Method Description
      boolean isConsistent​(T beliefBase)
      Checks whether the given belief base is consistent.
    • Method Detail

      • isConsistent

        boolean isConsistent​(T beliefBase)
        Checks whether the given belief base is consistent.
        Parameters:
        beliefBase - a belief base.
        Returns:
        "true" iff the given belief base is consistent.