rcmc2020 / ltsanalyzer

Level of Traffic Stress Analyzer
MIT License
8 stars 1 forks source link

Isolate Level of Stress Rules #1

Closed rcmc2020 closed 7 years ago

rcmc2020 commented 7 years ago

Isolate the rules into a separate class to make using different models easier.

It could also support table driven analysis. Table driven analysis could be loaded from a text file that would allow non-programmers to adjust the model and add input.

rcmc2020 commented 7 years ago

Separated the analysis code into a separate class in preparation for table driven or rule-based analysis.