Uses of Class
org.tweetyproject.logics.pl.syntax.Disjunction
Packages that use Disjunction
Package
Description
-
Uses of Disjunction in org.tweetyproject.logics.pl.parser
Methods in org.tweetyproject.logics.pl.parser that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return DisjunctionModifier and TypeMethodDescriptionPlFormula.combineWithOr(Disjunctable f)
Disjunction.createEmptyFormula()
-
Uses of Disjunction in org.tweetyproject.logics.pl.util
Methods in org.tweetyproject.logics.pl.util that return DisjunctionModifier and TypeMethodDescriptionRandomSatSampler.randomClause()
Generates a random clause with k literals. -
Uses of Disjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return DisjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toPropositional(Disjunction disjunction)
Translates the given FOL Disjunction to a propositional DisjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type DisjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toFOL(Disjunction disjunction)
Translates the given propositional Disjunction to a FOL Disjunction