public interface ActionDescriptionConsistencyTester<T extends CausalLaw> extends 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 ConsistencyTester<ActionDescription<T extends CausalLaw>>causalRules - a set of causal rules.