|
Home > EventStudio System Designer > Sequence Diagram Tutorial > IntroductionA very simple FDL program is shown below. It shows modules and processors defined in the system. Message interactions between processors are shown enclosed in the feature-endfeature block. We will be building on this example as we go along with basic and advanced tutorials. |
| Call1.fdl |
|
Examine the Call1 section of the final sequence diagram file at this point to see the correspondence between the FDL file and PDF output.
Note: FDL also supports a multicast statement for modeling message interactions where a single message is simultaneously received by multiple entities. This statement has not been covered in this tutorial.
| What are Modules, Processors and Objects? |
| FDL allows you to partition you system into a three level hierarchy. At the highest level are modules. The system consists of modules. Modules contain processors and processors contain eternal and dynamic objects. The selection of modules, processors and object is best explained with examples. Acme Inc. Recruiting Highway System |
|