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:
- abstractmethod get_floats()#
- abstractmethod get_leaves()#
- abstractmethod get_params()#
- abstractmethod get_vars()#
- abstractmethod is_expression_type()#
- abstractmethod is_float_type()#
- abstractmethod is_parameter_type()#
- is_relational()#
- abstractmethod is_variable_type()#
- property value#