Uses of Class
org.tweetyproject.logics.ml.syntax.MlBeliefSet
Packages that use MlBeliefSet
Package
Description
-
Uses of MlBeliefSet in org.tweetyproject.logics.ml.parser
Subclasses with type arguments of type MlBeliefSet in org.tweetyproject.logics.ml.parserMethods in org.tweetyproject.logics.ml.parser that return MlBeliefSet -
Uses of MlBeliefSet in org.tweetyproject.logics.ml.reasoner
Classes in org.tweetyproject.logics.ml.reasoner that implement interfaces with type arguments of type MlBeliefSetModifier and TypeClassDescriptionclass
Abstract modal reasoner to be implemented by concrete reasoners.Methods in org.tweetyproject.logics.ml.reasoner with parameters of type MlBeliefSetModifier 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
Subclasses with type arguments of type MlBeliefSet in org.tweetyproject.logics.ml.semanticsMethods in org.tweetyproject.logics.ml.semantics with parameters of type MlBeliefSet -
Uses of MlBeliefSet in org.tweetyproject.logics.ml.writer
Methods in org.tweetyproject.logics.ml.writer with parameters of type MlBeliefSetModifier and TypeMethodDescriptionvoid
SPASSWriter.printProblem
(MlBeliefSet kb, RelationalFormula formula) Prints the contents of a SPASS problem file for a given knowledge base and a formula.Constructors in org.tweetyproject.logics.ml.writer with parameters of type MlBeliefSetModifierConstructorDescriptionMlWriter
(MlBeliefSet beliefSet) Initializes a new `MlWriter` instance for writing a belief set.