Skip to content

Orbit Perp Exit Flow Entry

A perpendicular exit feeding a flow-aligned entry, so the two halves of one seam are classified differently: the exit turns out of its section's flow while the entry runs with its consumer's. Fully explicit for the orientation-equivalence oracle.

Mermaid source
examples/topologies/orbit_perp_exit_flow_entry.mmd
%%metro title: Orbit - Perp Exit, Flow-Aligned Entry
%%metro style: dark
%%metro line: fwd | Forward | #e63946
%%metro line: alt | Alternate | #0570b0
%%metro grid: source | 0,0
%%metro grid: transform | 1,0
%%metro grid: sink | 2,0
graph LR
subgraph source [Source]
%%metro direction: LR
%%metro exit: right | fwd,alt
s1[Read]
end
subgraph transform [Transform]
%%metro direction: LR
%%metro entry: left | fwd,alt
%%metro exit: top | fwd,alt
t1[Filter]
t2[Score]
t1 -->|fwd,alt| t2
end
subgraph sink [Sink]
%%metro direction: LR
%%metro entry: left | fwd,alt
k1[Collect]
end
s1 -->|fwd,alt| t1
t2 -->|fwd,alt| k1
CLI command
Terminal window
nf-metro render examples/topologies/orbit_perp_exit_flow_entry.mmd -o orbit_perp_exit_flow_entry.svg
Rendered map
Orbit - Perp Exit, Flow-Aligned Entry 1 2 3 Filter Read Collect Score Forward Alternate created with nf-metro v2.0.0+dev