Uses of Class
net.sf.tweety.logics.pl.syntax.Conjunction
-
Packages that use Conjunction Package Description net.sf.tweety.logics.pl.syntax -
-
Uses of Conjunction in net.sf.tweety.logics.pl.syntax
Methods in net.sf.tweety.logics.pl.syntax that return Conjunction Modifier and Type Method Description ConjunctionConjunction. clone()ConjunctionPlFormula. combineWithAnd(net.sf.tweety.logics.commons.syntax.interfaces.Conjunctable f)ConjunctionConjunction. createEmptyFormula()ConjunctionPlFormula. resolveWith(PlFormula other)Resolves this formula with the given one (both have to be conjunctive clauses) and returns some resolvent.ConjunctionConjunction. toCnf()ConjunctionDisjunction. toCnf()ConjunctionEquivalence. 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()
-