next up previous contents
Next: Links, Simlinks, and Inheritance Up: Modularization, inheritance, templates, and Previous: Modularization, inheritance, templates, and   Contents

Introduction

As discussed in Chap. 2, transportation simulation packages consist of many modules. So far, we have seen the traffic simulation and the visualizer. The next module will be the router.

In contrast to the visualizer, our router will operate on a graph similar to the traffic simulation. This means that it makes sense to re-use some of the traffic simulation code. There are several options:

It is the last point that will be discussed in this chapter.


next up previous contents
Next: Links, Simlinks, and Inheritance Up: Modularization, inheritance, templates, and Previous: Modularization, inheritance, templates, and   Contents
2004-02-02