The structure of the stopwatch model in this tutorial is very simple. It only contains a time property, which is typed by an Integer. The time property will record the elapsed time once the stopwatch receives a starting signal. Therefore, the structure of the stopwatch system contains a StopWatch class that has the time property.