Navigation

representation_map

EXPRESS specification:

ENTITY representation_map;
mapping_origin  :  representation_item;
mapped_representation  :  representation;
INVERSE
map_usage  :  SET [1:?] OF mapped_item FOR mapping_source;
WHERE
WRR26  :  item_in_context(SELF.mapping_origin, SELF.mapped_representation.context_of_items);
END_ENTITY;

References (2):

Name Type Referred through Express-G
mapped_item Entity
Attribute 'mapping_source'
No Diagram
select_generic_item Select
Select relation
No Diagram

Inheritance graph

ENTITY representation_map;
ENTITY representation_map;
mapping_origin  :  representation_item;
mapped_representation  :  representation;
INVERSE
map_usage  :  SET [1:?] OF mapped_item FOR mapping_source;
END_ENTITY;