Uses of Class
org.tweetyproject.logics.fol.syntax.Conjunction
Packages that use Conjunction
Package
Description
-
Uses of Conjunction in org.tweetyproject.arg.delp.syntax
Methods in org.tweetyproject.arg.delp.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return ConjunctionModifier and TypeMethodDescriptionConjunction.clone()
FolFormula.combineWithAnd(Conjunctable f)
Conjunction.createEmptyFormula()
Conjunction.substitute(Term<?> v, Term<?> t)
Methods in org.tweetyproject.logics.fol.syntax that return types with arguments of type Conjunction -
Uses of Conjunction in org.tweetyproject.logics.ml.syntax
Methods in org.tweetyproject.logics.ml.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.mln.syntax
Methods in org.tweetyproject.logics.mln.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.rcl.syntax
Methods in org.tweetyproject.logics.rcl.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.rdl.syntax
Methods in org.tweetyproject.logics.rdl.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return ConjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toFOL(Conjunction conjunction)
Translates the given propositional Conjunction to a FOL ConjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type ConjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toPropositional(Conjunction conjunction)
Translates the given FOL Conjunction to a propositional Conjunction