Chapter 9 Accessing objects using VBScript
The following libraries are available. Each of them (apart from PdCommon, PdRMG and PdWSP) is equivalent to a model type:
Library name | Corresponding model |
---|---|
PdCDM | Conceptual Data Model |
PdPDM | Physical Data Model |
PdOOM | Object Oriented Model |
PdBPM | Business Process Model |
PdXSM | XML Model |
PdRQM | Requirements Model |
PdILM | Information Liquidity Model |
PdFRM | Free Model |
PdRMG | Repository |
PdWSP | Workspace |
PdCommon | Objects common to all models |
PdCommon does not correspond to a particular model, it gathers all objects shared among two or more models. For example, business rules are defined in this library.
It also defines the abstract classes of the model, for example, BaseObject is defined in diagram Common Abstract Objects in the Objects package of PdCommon.
Models are linked to PdCommon by generalization links indicating that each model inherits common objects from the PdCommon library.
For each library, you can browse a list of:
For more information on PowerDesigner libraries, see the "PowerDesigner Public Metamodel" chapter in the Advanced User Documentation.
Copyright (C) 2005. Sybase Inc. All rights reserved. |