Uses of Class
net.sf.tweety.logics.fol.syntax.Conjunction
-
-
Uses of Conjunction in net.sf.tweety.arg.delp.syntax
Methods in net.sf.tweety.arg.delp.syntax that return Conjunction Modifier and Type Method Description ConjunctionDelpRule. combineWithAnd(Conjunctable f) -
Uses of Conjunction in net.sf.tweety.logics.fol.syntax
Methods in net.sf.tweety.logics.fol.syntax that return Conjunction Modifier and Type Method Description ConjunctionConjunction. clone()ConjunctionFolFormula. combineWithAnd(Conjunctable f)ConjunctionConjunction. createEmptyFormula()ConjunctionConjunction. substitute(Term<?> v, Term<?> t)Methods in net.sf.tweety.logics.fol.syntax that return types with arguments of type Conjunction Modifier and Type Method Description java.util.Set<Conjunction>SpecialFormula. getConjunctions() -
Uses of Conjunction in net.sf.tweety.logics.ml.syntax
Methods in net.sf.tweety.logics.ml.syntax that return Conjunction Modifier and Type Method Description ConjunctionMlFormula. combineWithAnd(Conjunctable f) -
Uses of Conjunction in net.sf.tweety.logics.mln.syntax
Methods in net.sf.tweety.logics.mln.syntax that return Conjunction Modifier and Type Method Description ConjunctionMlnFormula. combineWithAnd(Conjunctable f) -
Uses of Conjunction in net.sf.tweety.logics.rcl.syntax
Methods in net.sf.tweety.logics.rcl.syntax that return Conjunction Modifier and Type Method Description ConjunctionRelationalConditional. combineWithAnd(Conjunctable f) -
Uses of Conjunction in net.sf.tweety.logics.rdl.syntax
Methods in net.sf.tweety.logics.rdl.syntax that return Conjunction Modifier and Type Method Description ConjunctionDefaultRule. combineWithAnd(Conjunctable formula) -
Uses of Conjunction in net.sf.tweety.logics.translators.folprop
Methods in net.sf.tweety.logics.translators.folprop that return Conjunction Modifier and Type Method Description ConjunctionFOLPropTranslator. toFOL(Conjunction conjunction)Translates the given propositional Conjunction to a FOL ConjunctionMethods in net.sf.tweety.logics.translators.folprop with parameters of type Conjunction Modifier and Type Method Description ConjunctionFOLPropTranslator. toPropositional(Conjunction conjunction)Translates the given FOL Conjunction to a propositional Conjunction
-