Uses of Class
org.tweetyproject.math.term.Constant
-
Uses of Constant in org.tweetyproject.math.term
Modifier and TypeClassDescriptionclass
This class encapsulates a float as a term.class
This class encapsulates an integer as a term.Modifier 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()