Package mix

Coordinates the components of this mix.

See:
          Description

Class Summary
Mix Coordinates the components of this mix.
 

Package mix Description

Coordinates the components of this mix. Each component (offering methods) has its own (architecture) interface (see package architectureInterfaces ) and a controller class (named "ComponentName"Controller), implementing the according interface. Therefore, the implementation of each component can change, without changes to any other component (interface and implementing (controller) class remain the same).

General information: A mix is some kind of proxy that attempts to hide the correspondence between its incoming and outgoing messages, as proposed by David Chaum in 1981.

This mix implements the following functions (and others):

A test environment is found in the package testEnvironment.