Uses of Class
org.tweetyproject.math.term.Constant
-
Packages that use Constant Package Description org.tweetyproject.math.term -
-
Uses of Constant in org.tweetyproject.math.term
Subclasses of Constant in org.tweetyproject.math.term Modifier and Type Class Description classFloatConstantThis class encapsulates a float as a term.classIntegerConstantThis class encapsulates an integer as a term.Methods in org.tweetyproject.math.term that return Constant Modifier and Type Method Description ConstantAbsoluteValue. value()ConstantConstant. value()ConstantDifference. value()ConstantExp. value()ConstantFraction. value()abstract ConstantFunctionalTerm. value()ConstantLogarithm. value()ConstantMaximum. value()ConstantMinimum. value()ConstantPower. value()ConstantProduct. value()ConstantRoot. value()ConstantSum. value()abstract ConstantTerm. value()Computes the actual value of this term if it contains no variables.ConstantVariable. value()
-