S - The type of formulas.public interface ConsistencyWitnessProvider<B extends net.sf.tweety.commons.BeliefBase,S extends net.sf.tweety.commons.Formula>
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.commons.Interpretation<B,S> |
getWitness(net.sf.tweety.commons.BeliefSet<S> bs)
If the belief set is consistent this method
returns some model of it or, if it is inconsistent, null.
|
net.sf.tweety.commons.Interpretation<B,S> |
getWitness(Collection<S> formulas)
If the collection of formulas is consistent this method
returns some model of it or, if it is inconsistent, null.
|
net.sf.tweety.commons.Interpretation<B,S> |
getWitness(S formula)
If the formula is consistent this method
returns some model of it or, if it is inconsistent, null.
|
net.sf.tweety.commons.Interpretation<B,S> getWitness(Collection<S> formulas)
net.sf.tweety.commons.Interpretation<B,S> getWitness(S formula)
Copyright © 2019. All rights reserved.