contains the Swing data model for the dispatcher panel design tool. The contents of this package are saved as XML to be used as input to the dispatcher panel program.

Classes defined at the highest level of the package apply to the matrix (spreadsheet) manipulation of the trackplan. Layout.java provides the matrix upon which the trackplan is built. Node.java is a container, independent of the track Sections, for placement in the cells of the matrix. Thus, Layout.java describes the visual appearance for the designer and Node.java provides the link to saving the trackplan as XML.

Package Specification

This package depends on the other packages at its level.

Related Documentation

See the documentation in the other packages.