WissDB . since Jun 15 . Index . DOCs TOP TOC
When reading the rest of this document, please keep in mind the following definitions:
- B_ ALL_Knowledge is the set of all records X in the database that have an attribute a_Loc.
- B_ ALL_Aspects is the subset of records such that a_Loc is an Aspect Locator.
- B_ ALL_Processes is the subset of records such that a_Loc is a Process Locator.
- B_ ALL_Roles is the subset of records such that a_Loc is a Role Locator.
- B_ ALL_Results is the subset of records such that a_Loc is a Result Locator.
- B_ ALL_Packages is the subset of records such that a_Loc is a Package Locator.
The implementation of C_WissDB_DL_API is to guarantee that
§ Each element of B_ALL_Aspects is a E_Aspect.
§ Each element of B_ALL_Processes is a E_Process.
§ Each element of B_ALL_Roles is a E_Role.
§ Each element of B_ALL_Results is a E_Result.
§ Each element of B_ALL_Packages is a E_KnowledgeItem.