Skip to content

Rl Entry Runway

A source section feeding a left-hand target via `%%metro exit: left`: it flows right-to-left so its producers sit at the left exit edge and the runway leaves beside them, rather than the producers exiting left back through the start station (#885).

Mermaid source
examples/topologies/rl_entry_runway.mmd
%%metro title: RL Entry Runway
%%metro style: dark
%%metro line: l1 | L1 | #2db572
%%metro line: l2 | L2 | #e63946
%%metro grid: rl_sec | 0,0
%%metro grid: src_sec | 1,0
graph LR
subgraph src_sec [Source]
%%metro exit: left | l1,l2
s1[Start]
s2[Prep A]
s3[Prep B]
s1 -->|l1| s2
s1 -->|l2| s3
end
subgraph rl_sec [RL Section]
%%metro direction: RL
%%metro entry: right | l1,l2
r1[Stage One]
r2[Stage Two]
r3[Stage Three]
r4[Deep Target]
r1 -->|l1| r2
r2 -->|l1| r3
r3 -->|l1| r4
r1 -->|l2| r2
end
s2 -->|l1| r4
s3 -->|l2| r1
CLI command
Terminal window
nf-metro render examples/topologies/rl_entry_runway.mmd -o rl_entry_runway.svg
Rendered map
RL Entry Runway 1 2 Stage One Start Stage Two Prep A Prep B Stage Three Deep Target L1 L2 created with nf-metro v1.1.0+dev