Terminology |
Ada: Either Ada 83 or Ada 95. All statements in this manual apply equally to Ada 83 and Ada 95 unless otherwise noted.
Database: The database is where the results of the source code parsing, as well as project settings, are stored. By default this is a project’s “.uda” file.
Entity: An Understand for Ada “entity” is anything it has information about. In practice this means anything declared or used in your source code and the files that contain the project. Project: The set of source code you have analyzed and the settings and parameters chosen. A “project file” contains the list of source files and the project settings.
Relationship: A particular way that entities relate to one another. The names of relationships come from the syntax and semantics of Ada. For instance, package entities can have “With” relationships or “WithBy” relationships.
Scientific Toolworks, Inc. http://www.scitools.com |