

// ////////////////////////////////////////////////////////////////
// INSTANTATION ORDER
// ////////////////////////////////////////////////////////////////

1) Create Nodes (N's).
2) Create Abstract Channels (AC's).
3) Associate N's and AC's, and init node properties.
4) Create Tasks (requires associated node).
5) Create Taskproxies (requires associated tasks and channel).
6) Set eventual events.
7) Run simulation (at start, implicitally check the correctness of the configuration).
<EOF>
