Uses of Class
org.tweetyproject.logics.fol.syntax.Disjunction
Packages that use Disjunction
Package
Description
-
Uses of Disjunction in org.tweetyproject.arg.delp.syntax
Methods in org.tweetyproject.arg.delp.syntax that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return DisjunctionModifier and TypeMethodDescriptionConditional.combineWithOr(Disjunctable f) Combines this conditional with another formula using logical disjunction (OR). -
Uses of Disjunction in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return DisjunctionModifier and TypeMethodDescriptionDisjunction.clone()FolFormula.combineWithOr(Disjunctable f) Disjunction.createEmptyFormula()Methods in org.tweetyproject.logics.fol.syntax that return types with arguments of type Disjunction -
Uses of Disjunction in org.tweetyproject.logics.ml.syntax
Methods in org.tweetyproject.logics.ml.syntax that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.mln.syntax
Methods in org.tweetyproject.logics.mln.syntax that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.rcl.syntax
Methods in org.tweetyproject.logics.rcl.syntax that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.rdl.syntax
Methods in org.tweetyproject.logics.rdl.syntax that return Disjunction -
Uses of Disjunction in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return DisjunctionModifier and TypeMethodDescriptionAspFolTranslator.toFOL(ClassicalHead source) Translates a ClassicalHead (ASP disjunction) to a FOL Disjunction.Methods in org.tweetyproject.logics.translators.aspfol with parameters of type DisjunctionModifier and TypeMethodDescriptionAspFolTranslator.toASP(Disjunction source) Translates a FOL Disjunction into an ASP ClassicalHead. -
Uses of Disjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return DisjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toFOL(Disjunction disjunction) Translates the given propositional Disjunction to a FOL DisjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type DisjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toPropositional(Disjunction disjunction) Translates the given FOL Disjunction to a propositional Disjunction