Skip to main content

Module edge

Module edge 

Source
Expand description

Edge system for graph routing

This module provides types for defining edges between nodes in a Juncture graph. Edges can be fixed (static) or conditional (dynamic routing based on state).

Structs§

PathMap
Path mapping for conditional edges
TriggerTable
Trigger table for compiled graph execution

Enums§

CompiledEdge
Compiled edge for efficient execution
Edge
Edge in a Juncture graph
RouteResult
Result of routing computation
TriggerSource
Source of a node trigger

Constants§

END
Sentinel constant for graph termination
START
Sentinel constant for graph entry point

Traits§

Router
Router trait for conditional edge routing