Uses of Class
org.tweetyproject.logics.pl.syntax.Conjunction
-
Packages that use Conjunction Package Description org.tweetyproject.logics.cl.syntax org.tweetyproject.logics.pl.syntax org.tweetyproject.logics.qbf.syntax org.tweetyproject.logics.translators.folprop -
-
Uses of Conjunction in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return Conjunction Modifier and Type Method Description ConjunctionConditional. combineWithAnd(Conjunctable f) -
Uses of Conjunction in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return Conjunction Modifier and Type Method Description ConjunctionConjunction. clone()ConjunctionPlFormula. combineWithAnd(Conjunctable f)ConjunctionConjunction. createEmptyFormula()static ConjunctionCardinalityConstraint. getNaiveAtMostOneEncoding(java.util.Collection<Proposition> atoms)Returns a naive at-most-1 encoding for the given set of atoms.ConjunctionPlFormula. resolveWith(PlFormula other)Resolves this formula with the given one (both have to be conjunctive clauses) and returns some resolvent.ConjunctionCardinalityConstraint. toCnf()ConjunctionConjunction. toCnf()ConjunctionDisjunction. toCnf()ConjunctionEquivalence. toCnf()ConjunctionExclusiveDisjunction. toCnf()ConjunctionImplication. toCnf()ConjunctionNegation. toCnf()ConjunctionPlBeliefSet. toCnf()This method returns this belief set in conjunctive normal form (CNF).abstract ConjunctionPlFormula. toCnf()This method returns this formula in conjunctive normal form (CNF).ConjunctionProposition. toCnf()ConjunctionSpecialFormula. toCnf() -
Uses of Conjunction in org.tweetyproject.logics.qbf.syntax
Methods in org.tweetyproject.logics.qbf.syntax that return Conjunction Modifier and Type Method Description ConjunctionExistsQuantifiedFormula. toCnf()In this case, this method returns this quantified boolean formula's cnf kernel.ConjunctionForallQuantifiedFormula. toCnf()In this case, this method returns this quantified boolean formula's cnf kernel. -
Uses of Conjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return Conjunction Modifier and Type Method Description ConjunctionFOLPropTranslator. toPropositional(Conjunction conjunction)Translates the given FOL Conjunction to a propositional ConjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type Conjunction Modifier and Type Method Description ConjunctionFOLPropTranslator. toFOL(Conjunction conjunction)Translates the given propositional Conjunction to a FOL Conjunction
-