Interface ActionDescriptionConsistencyTester<T extends CausalLaw>

    • Method Summary

      Modifier and Type Method Description
      boolean isConsistent​(ActionDescription<T> causalRules)
      Checks whether the given set of causal rules is consistent.
    • Method Detail

      • isConsistent

        boolean isConsistent​(ActionDescription<T> causalRules)
        Checks whether the given set of causal rules is consistent.
        Specified by:
        isConsistent in interface ConsistencyTester<T extends CausalLaw>
        Parameters:
        causalRules - a set of causal rules.
        Returns:
        true iff the given set of causal rules is consistent.