S - The type of formulas.public interface ConsistencyWitnessProvider<S extends net.sf.tweety.commons.Formula>
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.commons.Interpretation |
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 |
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 |
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 getWitness(Collection<S> formulas)
net.sf.tweety.commons.Interpretation getWitness(S formula)
net.sf.tweety.commons.Interpretation getWitness(net.sf.tweety.commons.BeliefSet<S> bs)
Copyright © 2018. All rights reserved.