Uses of Class
org.tweetyproject.logics.ml.syntax.MlBeliefSet
Package
Description
-
Uses of MlBeliefSet in org.tweetyproject.logics.ml.parser
-
Uses of MlBeliefSet in org.tweetyproject.logics.ml.reasoner
Modifier and TypeMethodDescriptionabstract Boolean
AbstractMlReasoner.query
(MlBeliefSet beliefbase, FolFormula formula) MleanCoPReasoner.query
(MlBeliefSet beliefbase, FolFormula formula) SimpleMlReasoner.query
(MlBeliefSet mbs, FolFormula formula) SPASSMlReasoner.query
(MlBeliefSet kb, FolFormula query) SPASSMlReasoner.queryProof
(MlBeliefSet kb, Formula query) Determines the answer wrt. -
Uses of MlBeliefSet in org.tweetyproject.logics.ml.semantics
-
Uses of MlBeliefSet in org.tweetyproject.logics.ml.writer
Modifier and TypeMethodDescriptionvoid
SPASSWriter.printProblem
(MlBeliefSet kb, RelationalFormula formula) Prints the contents of a SPASS problem file for a given knowledge base and a formula.ModifierConstructorDescriptionMlWriter
(MlBeliefSet beliefSet) Initializes a new `MlWriter` instance for writing a belief set.