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