Provides classes for the Configuration of the Matrix framework. The central
class of this package is MatrixConfiguration
. This class
reads the Matrix XML configuration file, parses and processes it and sets
the configuration. Another important class is Initializator
.
The initializator handles the calling of methods defined in the configuration
file.
This package also contains an intermediate representation, which is used to
store the matrix menus before new instances need to be created. The intermediate
presentation is a class hierarchy rooted at class ConfItem
.