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
- Trigger
Table - Trigger table for compiled graph execution
Enums§
- Compiled
Edge - Compiled edge for efficient execution
- Edge
- Edge in a Juncture graph
- Route
Result - Result of routing computation
- Trigger
Source - Source of a node trigger
Constants§
Traits§
- Router
- Router trait for conditional edge routing