Skip to content

Rl Entry Right Exit Left

A return-row section fed from the right that exits left, where the right entry feeds the section's internal flow-sink. The section resolves to RL flow rather than reading the declared ports as an in-place reversal (issue #1298).

Mermaid source
examples/topologies/rl_entry_right_exit_left.mmd
%%metro title: RL entry-right exit-left
%%metro line: a | A | #e6007e
%%metro grid: feed | 2,0
%%metro grid: mid | 1,0
%%metro grid: sink | 0,0
graph LR
subgraph feed [Feed]
%%metro exit: left | a
f1[F1]
end
subgraph mid [Mid]
%%metro entry: right | a
%%metro exit: left | a
m1[M1]
m2[M2]
m1 -->|a| m2
end
subgraph sink [Sink]
%%metro entry: right | a
s1[S1]
end
f1 -->|a| m2
m2 -->|a| s1
CLI command
Terminal window
nf-metro render examples/topologies/rl_entry_right_exit_left.mmd -o rl_entry_right_exit_left.svg
Rendered map
RL entry-right exit-left 1 2 3 M1 F1 S1 M2 A created with nf-metro v1.1.0+dev