Note : public note
Created: 5/8/2008 4:22:58 PM
Modified: 5/8/2008 4:23:01 PM
Project:
Advanced:
Explanation consists of four possible necessary forms depending upon the application.

The first is simply the data used for a calculation.

The second is more of a handle / timestamp type of reference to the data used. This is used when the data comes
from a well known location or it is known to be stored somewhere. The main example is using data stored in a database.

The final two forms are two different ways of giving direct access to the modules supplying the data. One is a set of direct pointers
to modules. The other form is a "stringified" form of a pointer that will allow a user to construct a pointer to the module.