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