Package | Description |
---|---|
controller |
controller handles all communication between model and view.
|
main |
The main package includes the class that contains the main() method, as well as any other classes that
are needed by all parts of the program, yet are not directly related to the simulation.
|
model |
model is responsible for the program logic.
|
view |
view is responsible for displaying the current status of the simulation and
provides a graphical user interface.
|