Creates an instance of Generator.
The directory to save the output files to
Used to pick a colour from the colours array
Used to assign random colours to groups of lines
Holds the connections code until it can be added to the main dot code
Add subgraphs to the code
Remove the last / or \ from the directory string if found
Check if dot is in the path, otherwise check for the install path
Get the correct windows directory, graphviz version agnostic
Main entry point
Parse a file to find its imports
Run DOT to generate png
Write the dot code to file
Generated using TypeDoc
The generator class uses the generated file structure in the walker class to generate a .dot file which it passes to the dot software to generate a graph
{IGenerator}