Note : public note
Created: |
5/8/2008 4:22:58 PM |
Modified: |
5/8/2008 4:23:01 PM |
|
Project: |
|
Author: |
Administrator |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{45DF63AE-C999-4863-AB0B-E991EDA6C926} |
Appears In: |
Explanation |
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.