Up until this point, you have been working solely with the model for the current prototype. The model is used to
represent the behavior of the system, but it does not perform the functionality of the system. The translation of a
model will provide you with source code that will perform the desired functionality. The translation of a model into
source code should be relatively easy since most tools have compilers that automatically generate code from a given
model.
The output from this task is a constructed system component. After this task has been completed, you should have a
usable piece of source code and a compiled executable that will be unit tested.
|