Uses of Class
org.tweetyproject.logics.fol.syntax.Disjunction
-
-
-
Uses of Disjunction in org.tweetyproject.arg.delp.syntax
Methods in org.tweetyproject.arg.delp.syntax that return Disjunction Modifier and Type Method Description DisjunctionDelpRule. combineWithOr(Disjunctable f) -
Uses of Disjunction in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return Disjunction Modifier and Type Method Description DisjunctionConditional. combineWithOr(Disjunctable f) -
Uses of Disjunction in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return Disjunction Modifier and Type Method Description DisjunctionDisjunction. clone()DisjunctionFolFormula. combineWithOr(Disjunctable f)DisjunctionDisjunction. createEmptyFormula()Methods in org.tweetyproject.logics.fol.syntax that return types with arguments of type Disjunction Modifier and Type Method Description java.util.Set<Disjunction>SpecialFormula. getDisjunctions() -
Uses of Disjunction in org.tweetyproject.logics.ml.syntax
Methods in org.tweetyproject.logics.ml.syntax that return Disjunction Modifier and Type Method Description DisjunctionMlFormula. combineWithOr(Disjunctable f) -
Uses of Disjunction in org.tweetyproject.logics.mln.syntax
Methods in org.tweetyproject.logics.mln.syntax that return Disjunction Modifier and Type Method Description DisjunctionMlnFormula. combineWithOr(Disjunctable f) -
Uses of Disjunction in org.tweetyproject.logics.rcl.syntax
Methods in org.tweetyproject.logics.rcl.syntax that return Disjunction Modifier and Type Method Description DisjunctionRelationalConditional. combineWithOr(Disjunctable f) -
Uses of Disjunction in org.tweetyproject.logics.rdl.syntax
Methods in org.tweetyproject.logics.rdl.syntax that return Disjunction Modifier and Type Method Description DisjunctionDefaultRule. combineWithOr(Disjunctable formula) -
Uses of Disjunction in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return Disjunction Modifier and Type Method Description DisjunctionAspFolTranslator. toFOL(ClassicalHead source)Methods in org.tweetyproject.logics.translators.aspfol with parameters of type Disjunction Modifier and Type Method Description ClassicalHeadAspFolTranslator. toASP(Disjunction source) -
Uses of Disjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return Disjunction Modifier and Type Method Description DisjunctionFOLPropTranslator. toFOL(Disjunction disjunction)Translates the given propositional Disjunction to a FOL DisjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type Disjunction Modifier and Type Method Description DisjunctionFOLPropTranslator. toPropositional(Disjunction disjunction)Translates the given FOL Disjunction to a propositional Disjunction
-