Navigation

path

EXPRESS specification:

ENTITY path
SUPERTYPE OF (ONEOF(oriented_path, open_path, edge_loop))
SUBTYPE OF ( topological_representation_item);
edge_list  :  LIST [1:?] OF oriented_edge;
WHERE
WRP6  :  path_head_to_tail(SELF);
END_ENTITY;

References (6):

Name Type Referred through Express-G
edge_loop Entity
Supertype
No Diagram
open_path Entity
Supertype
No Diagram
oriented_path Entity
Supertype
Attribute 'path_element'
No Diagram
reversible_topology_item Select
Select relation
No Diagram
topological_representation_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY path;
ENTITY representation_item;
name  :  label;
ENTITY topological_representation_item;
ENTITY path;
edge_list  :  LIST [1:?] OF oriented_edge;
END_ENTITY;