public interface ActionDescriptionConsistencyTester<T extends CausalLaw> extends net.sf.tweety.logics.commons.analysis.ConsistencyTester<ActionDescription<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConsistent(ActionDescription<T> causalRules)
Checks whether the given set of causal rules is consistent.
|
boolean isConsistent(ActionDescription<T> causalRules)
isConsistent in interface net.sf.tweety.logics.commons.analysis.ConsistencyTester<ActionDescription<T extends CausalLaw>>causalRules - a set of causal rules.Copyright © 2018. All rights reserved.