Prev Up
Go backward to References
Go up to Top

Footnotes

 (1)
For information about Anagram or the GDS and FDS servers, see the COLA web site.
 (2)
This is the oft discussed phenomenon of `slicing,' see Meyers[1], Stroustrup[2], et c., for a complete explaination.
 (3)
By convention, global attribute containers which hold values read from the data set has the suffix _GLOBAL; the first part of the container's name is either read from the dataset or is some appropriate string chosen by the server.
 (4)
In some cases, data for a variable is read while evaluating the constraint expression. So it can be the case that the values for a variable are read before the serialize() method calls read().
 (5)
The Matlab server included in the 3.4 source code distribution uses the deprecated Pix (pseduo-index) interators. This example uses the STL-based iterators.
 (6)
The p stands for Predicate; maybe not the best naming convention given the prevalence of pointers in C++software.

James Gallagher <jgallagher@gso.uri.edu>, 2006-08-17, Revision: 14349

Prev Up