public class ClassicalInference
extends net.sf.tweety.commons.Reasoner
| Constructor and Description |
|---|
ClassicalInference(net.sf.tweety.commons.BeliefBase beliefBase)
Creates a new classical inference operator for the given knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equivalent(FolFormula f1,
FolFormula f2)
Tests naively whether two fol formulas are equivalent
|
net.sf.tweety.commons.Answer |
query(net.sf.tweety.commons.Formula query) |
public ClassicalInference(net.sf.tweety.commons.BeliefBase beliefBase)
beliefBase - public net.sf.tweety.commons.Answer query(net.sf.tweety.commons.Formula query)
query in class net.sf.tweety.commons.Reasonerpublic static boolean equivalent(FolFormula f1, FolFormula f2)
f1 - some formulaf2 - some formulaCopyright © 2018. All rights reserved.