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