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 Conjunction
DelpRule. 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 Conjunction
Conjunction. clone()
Conjunction
FolFormula. combineWithAnd(Conjunctable f)
Conjunction
Conjunction. createEmptyFormula()
Conjunction
Conjunction. 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 Conjunction
MlFormula. 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 Conjunction
MlnFormula. 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 Conjunction
RelationalConditional. 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 Conjunction
DefaultRule. 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 Conjunction
FOLPropTranslator. 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 Conjunction
FOLPropTranslator. toPropositional(Conjunction conjunction)
Translates the given FOL Conjunction to a propositional Conjunction
-