ASAP 2.8 Client Manual

Entity Definition Language (EDL)
HP NonStop ASAP Client Manual425263-004
6-37
EDL-MAP Statement
EDL-MAP Statement
The MAP statement allows you to assign a relationship between an ObjectID and an
Entity. An abstract ObjectID is used as a "handle" to declare hierarchical relationships
using the Relation statement.
The following describes the MAP statement syntax:
MAP <ObjectID> TO <Entity-Name>
<ObjectID> is a symbolic ID used to define hierarchical relationships between entities
and containers using the RELATION statement.
TO <entity-name> indicates an ObjectID is associated with a specific entity name.
Selecting a "mapped" ObjectID in its hierarchy selects the associated entity.
Applies To: Client
Example–See RELATION statement