Contains classes that affect the program's execution.

Package Specification

The purpose of the dds.control package is to centralize the location of all classes that affect the program's execution. This is done in accordance to the model-view-controller architecture that was selected for this application.

Package Organization

The packages within this one are used to organize the classes further according to their problem domain. For instance, the simulator package contains all of the controlling classes that are responsible for executing simulations. Likewise, the user package contains classes that are used to control the program flow from user-input.