| Package | Description |
|---|---|
| net.sf.tweety.logics.ml.parser | |
| net.sf.tweety.logics.ml.reasoner | |
| net.sf.tweety.logics.ml.semantics | |
| net.sf.tweety.logics.ml.writer |
| Modifier and Type | Method and Description |
|---|---|
ModalBeliefSet |
ModalParser.parseBeliefBase(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
AbstractModalReasoner.query(ModalBeliefSet beliefbase,
net.sf.tweety.logics.fol.syntax.FolFormula formula) |
Boolean |
SPASSModalReasoner.query(ModalBeliefSet kb,
net.sf.tweety.logics.fol.syntax.FolFormula query) |
Boolean |
MleanCoPReasoner.query(ModalBeliefSet beliefbase,
net.sf.tweety.logics.fol.syntax.FolFormula formula) |
Boolean |
SimpleModalReasoner.query(ModalBeliefSet mbs,
net.sf.tweety.logics.fol.syntax.FolFormula formula) |
String |
SPASSModalReasoner.queryProof(ModalBeliefSet kb,
net.sf.tweety.commons.Formula query)
Determines the answer wrt.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KripkeModel.satisfies(ModalBeliefSet beliefBase) |
| Modifier and Type | Method and Description |
|---|---|
void |
SPASSWriter.printProblem(ModalBeliefSet kb,
net.sf.tweety.logics.commons.syntax.RelationalFormula formula)
Prints the contents of a SPASS problem file for a given knowledge base and a formula.
|
| Constructor and Description |
|---|
ModalWriter(ModalBeliefSet beliefSet) |
Copyright © 2019. All rights reserved.