Uses of Class
net.sf.tweety.math.term.Constant
-
Packages that use Constant Package Description net.sf.tweety.math.term -
-
Uses of Constant in net.sf.tweety.math.term
Subclasses of Constant in net.sf.tweety.math.term Modifier and Type Class Description class
FloatConstant
This class encapsulates a float as a term.class
IntegerConstant
This class encapsulates an integer as a term.Methods in net.sf.tweety.math.term that return Constant Modifier and Type Method Description Constant
AbsoluteValue. value()
Constant
Constant. value()
Constant
Difference. value()
Constant
Exp. value()
Constant
Fraction. value()
abstract Constant
FunctionalTerm. value()
Constant
Logarithm. value()
Constant
Maximum. value()
Constant
Minimum. value()
Constant
Power. value()
Constant
Product. value()
Constant
Root. value()
Constant
Sum. value()
abstract Constant
Term. value()
Computes the actual value of this term if it contains no variables.Constant
Variable. value()
-