models/conversion_node library
Classes
-
ConversionNode<
T> -
This is the building block of the conversion tree. Thanks to the
leafNodes
parameter you can set other ConversionNodes that depends on this parent node. Thanks to the coefficientProduct, coefficientSum, conversionType andbase
parameters you can set the relationship between this node and the parent node.
Enums
- ConversionType
- Defines the type of the conversion between two nodes.