Skip to content

Lr Perp Top Exit Perp Entry Diverging

A TOP-exit bundle taken over the corridor into a TOP entry where the two lines split to different downstream stations. Consistent corridor ordering routes each line to its target without a convergence jog at the entry.

Mermaid source
examples/topologies/lr_perp_top_exit_perp_entry_diverging.mmd
%%metro title: Cross-Column Perp Entry Diverging
%%metro style: dark
%%metro line: main | Main | #e63946
%%metro line: branch | Branch | #2db572
graph LR
subgraph src [Source]
%%metro exit: right | main,branch
s1[Start]
end
subgraph sec1 [Section One]
%%metro entry: left | main,branch
%%metro exit: top | main,branch
a[Input]
b[Output]
a -->|main,branch| b
end
subgraph sec2 [Section Two]
%%metro entry: top | main,branch
d[Step D]
e[Step E]
d -->|main| e
end
s1 -->|main,branch| a
b -->|main| d
b -->|branch| e
CLI command
Terminal window
nf-metro render examples/topologies/lr_perp_top_exit_perp_entry_diverging.mmd -o lr_perp_top_exit_perp_entry_diverging.svg
Rendered map
Cross-Column Perp Entry Diverging 1 2 3 Input Step D Start Output Step E Main Branch created with nf-metro v1.1.0+dev