Uses of Class
net.sf.tweety.logics.fol.syntax.AssociativeFolFormula
-
Packages that use AssociativeFolFormula Package Description net.sf.tweety.logics.fol.syntax -
-
Uses of AssociativeFolFormula in net.sf.tweety.logics.fol.syntax
Subclasses of AssociativeFolFormula in net.sf.tweety.logics.fol.syntax Modifier and Type Class Description classConjunctionThe classical conjunction of first-order logic.classDisjunctionThe classical disjunction of first-order logic.Methods in net.sf.tweety.logics.fol.syntax that return AssociativeFolFormula Modifier and Type Method Description AssociativeFolFormulaAssociativeFolFormula. substitute(Map<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> termMap)AssociativeFolFormulaAssociativeFolFormula. substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v, net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)
-