Skip to content
John Kouraklis edited this page Feb 19, 2019 · 1 revision

The TModel and TPolicyManager classes read the model and the policy files and parse the content. The parser creates an AST from the files. It generates a NodeCollection with the content of the files. The figure below represents the structure the parser implements.

Node Collection

If you want to retrieve the content of each node, use toOutputString

Clone this wiki locally