Uses of Class
net.sf.tweety.math.term.FunctionalTerm
-
Packages that use FunctionalTerm Package Description net.sf.tweety.math.term -
-
Uses of FunctionalTerm in net.sf.tweety.math.term
Subclasses of FunctionalTerm in net.sf.tweety.math.term Modifier and Type Class Description class
AbsoluteValue
This class models the absolute value of the inner term.class
Exp
This class represents an exponential expression by "e".class
Logarithm
Instances of this class represent application of the logarithm function on some term.class
Power
This class represents a term raised to some power.class
Root
This class represents a the nth root function
-