| 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(java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Boolean |
AbstractModalReasoner.query(ModalBeliefSet beliefbase,
FolFormula formula) |
java.lang.Boolean |
NaiveModalReasoner.query(ModalBeliefSet mbs,
FolFormula formula) |
java.lang.Boolean |
SPASSModalReasoner.query(ModalBeliefSet kb,
FolFormula query) |
java.lang.Boolean |
MleanCoPReasoner.query(ModalBeliefSet beliefbase,
FolFormula formula) |
java.lang.String |
SPASSModalReasoner.queryProof(ModalBeliefSet kb,
Formula query)
Determines the answer wrt.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KripkeModel.satisfies(ModalBeliefSet beliefBase) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
SPASSWriter.printFormulas(ModalBeliefSet kb,
RelationalFormula formula)
Prints the axioms declaration and conjectures declaration for a SPASS input file.
|
void |
SPASSWriter.printProblem(ModalBeliefSet kb,
RelationalFormula formula)
Prints the contents of a SPASS problem file for a given knowledge base and a formula.
|
| Constructor and Description |
|---|
ModalWriter(ModalBeliefSet beliefSet) |