public class DefaultMeReasoner
extends net.sf.tweety.commons.Reasoner
| Constructor and Description |
|---|
DefaultMeReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
Creates a new default ME-reasoner for the given knowledge base.
|
DefaultMeReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
net.sf.tweety.commons.Signature signature)
Creates a new default ME-reasoner for the given knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
ProbabilityDistribution<net.sf.tweety.logics.pl.semantics.PossibleWorld> |
getMeDistribution()
Returns the ME-distribution this reasoner bases on.
|
net.sf.tweety.commons.Answer |
query(net.sf.tweety.commons.Formula query) |
public DefaultMeReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
beliefBase - a pcl belief set.public DefaultMeReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
net.sf.tweety.commons.Signature signature)
beliefBase - a pcl belief set.signature - another signature (if the probability distribution should be defined
on that one (that one should subsume the signature of the belief base)public ProbabilityDistribution<net.sf.tweety.logics.pl.semantics.PossibleWorld> getMeDistribution()
public net.sf.tweety.commons.Answer query(net.sf.tweety.commons.Formula query)
query in class net.sf.tweety.commons.ReasonerCopyright © 2018. All rights reserved.