Uses of Class
org.tweetyproject.math.term.Constant
Packages that use Constant
-
Uses of Constant in org.tweetyproject.math.term
Subclasses of Constant in org.tweetyproject.math.termModifier and TypeClassDescriptionclass
This class encapsulates a float as a term.class
This class encapsulates an integer as a term.Methods in org.tweetyproject.math.term that return ConstantModifier and TypeMethodDescriptionAbsoluteValue.value()
Constant.value()
Difference.value()
Exp.value()
Fraction.value()
abstract Constant
FunctionalTerm.value()
Logarithm.value()
Maximum.value()
Minimum.value()
Power.value()
Product.value()
Root.value()
Sum.value()
abstract Constant
Term.value()
Computes the actual value of this term if it contains no variables.Variable.value()