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.classExclusiveDisjunctionThe exclusive disjunction (XOR) in first-order logic.Methods in net.sf.tweety.logics.fol.syntax that return AssociativeFolFormula Modifier and Type Method Description AssociativeFolFormulaAssociativeFolFormula. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> termMap)AssociativeFolFormulaAssociativeFolFormula. substitute(Term<?> v, Term<?> t)
-