![]() |
NDEVR
API Documentation
|
Logic that saves formulas into a tree-like dependency structure. More...
Public Member Functions | |
| void | readFile (const File &formula_file) |
| Reads and parses a formula definition file, populating the tree structure. | |
Public Attributes | |
| Dictionary< String, Dictionary< String, Buffer< Formula > > > | formulas |
| Nested mapping of categories to variable names to their associated formulas. | |
| Dictionary< String, Buffer< String > > | top_level_formulas |
| Mapping of category names to their top-level formula identifiers. | |
Logic that saves formulas into a tree-like dependency structure.
| void FormulaTree::readFile | ( | const File & | formula_file | ) |
Reads and parses a formula definition file, populating the tree structure.
| [in] | formula_file | The file containing formula definitions to parse. |