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 classFloatConstantThis class encapsulates a float as a term.classIntegerConstantThis class encapsulates an integer as a term.Methods in net.sf.tweety.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() 
 -