ST-Developer contains a full implementation of the SDAI Late C binding, complete with an EXPRESS interpreter to compute derived attributes and validate rules. These programs demonstrate various aspects of the SDAI Late C binding.
- CREATE -- Creates a small data set based upon the picture.exp schema.
- UPDATE -- Updates the small dataset created by the previous program.
- printObject -- Displays instances from a data set on standard output.
- tSession -- A more advanced program that displays the various information held by the SDAI session model. This also shows how to open models, navigate through objects, etc.