Leaf#
module wntr.sim.aml.expr
- class Leaf[source]#
Bases:
ExpressionBase
- evaluate()[source]#
Evaluate the expression numerically.
- Returns:
val – The floating point value of the expression.
- Return type:
- abstract get_floats()#
- abstract get_leaves()#
- abstract get_params()#
- abstract get_vars()#
- abstract is_expression_type()#
- abstract is_float_type()#
- abstract is_parameter_type()#
- is_relational()#
- abstract is_variable_type()#
- property value#