preloader
Glossary
Positional Notation

In modeling, positional or geometric notation refers to a system where the physical layout, spatial relationships, and geometric positions of elements convey meaning, in contrast to topological notation, which focuses on connectivity or relationships without regard to exact spatial arrangement.

 

In positional or geometric notation:

 

  1. Spatial Arrangement Matters: The exact location, size, and shape of elements are significant. For instance, a diagram may use proximity or alignment to indicate relationships or hierarchies.
  2. Visual Semantics: Models often use geometric shapes (e.g., rectangles, circles, lines) to represent entities and relationships. The positioning can imply directionality, flow, or containment, as in flowcharts or architectural diagrams where components are organized spatially.
  3. Scale and Distance: In geometric notation, scale can indicate importance or capacity. For instance, a larger box might represent a more central component, or distance between elements may reflect weak vs. strong associations.

In contrast, topological notations only consider connections or adjacency, making it possible to rearrange elements without altering the model’s meaning. Geometric notations are common in fields where spatial relationships carry functional meaning, such as in architecture, circuit diagrams, railway notation, and certain UML diagrams (e.g., sequence diagrams).

 

Example. In the following figure, two different layouts of the same diagram are given. On the left-hand side (a), the expression (see topmost node) is evaluated as  (135 – 100) = 35 whereas on the right-hand side is evaluated as (100 – 135) = -35.

 

Figure (a) Expression evaluating to 35
Figure (b) Expression evaluating to -35