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