Uses of Class
net.sf.tweety.math.term.Difference
-
Packages that use Difference Package Description net.sf.tweety.math.term -
-
Uses of Difference in net.sf.tweety.math.term
Methods in net.sf.tweety.math.term that return Difference Modifier and Type Method Description Difference
Term. minus(Term t)
Returns the sum of this and (-1) * the given term.
-