LukeANewton/Tool-Framework-to-Measure-Test-Case-Diversity

Controller Implementation

Closed this issue · 2 comments

Development of a Controller so pieces of the system can begin to be brought together.

Compare commands must be stubbed until the Comparator is ready
Config commands must be stubbed until the Config file is ready
Exit command can immediately be implemented
Update and Help commands must be stubbed until the Reflector is ready

some of the code in Capstone.java may be useful in creating this

The first iteration of the Controller will not have a REPL. As such, the UPDATE and EXIT commands will not be implemented, as they do not make sense to include without a REPL