public interface BeliefSetConsistencyTester<S extends net.sf.tweety.commons.Formula> extends ConsistencyTester<net.sf.tweety.commons.BeliefSet<S>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConsistent(net.sf.tweety.commons.BeliefSet<S> beliefSet)
Checks whether the given belief base is consistent.
|
boolean |
isConsistent(Collection<S> formulas)
Checks whether the given collection of formulas is consistent.
|
boolean |
isConsistent(S formula)
Checks whether the given formula is consistent.
|
boolean isConsistent(net.sf.tweety.commons.BeliefSet<S> beliefSet)
ConsistencyTesterisConsistent in interface ConsistencyTester<net.sf.tweety.commons.BeliefSet<S extends net.sf.tweety.commons.Formula>>beliefSet - a belief base.boolean isConsistent(Collection<S> formulas)
formulas - a collection of formulas.boolean isConsistent(S formula)
formula - a formulas.Copyright © 2018. All rights reserved.