public class BruteForceCReasoner
extends net.sf.tweety.commons.Reasoner
| Constructor and Description |
|---|
BruteForceCReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
Creates a new simple c-representation reasoner for the given knowledge base.
|
BruteForceCReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
boolean simple)
Creates a new c-representation reasoner for the given knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
RankingFunction |
getCRepresentation()
Returns the c-representation this reasoner bases on.
|
net.sf.tweety.commons.Answer |
query(net.sf.tweety.commons.Formula query) |
public BruteForceCReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
boolean simple)
beliefBase - a knowledge base.simple - whether the computed c-representation is simple.public BruteForceCReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
beliefBase - a knowledge base.public RankingFunction getCRepresentation()
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.