Skip to content

CompiledEdge

junjo.CompiledEdge

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

CompiledEdge(edge_structural_id: str, edge_ordinal: int, tail_node_runtime_id: str, tail_node_structural_id: str, head_node_runtime_id: str, head_node_structural_id: str, edge_condition_label: str | None, edge_runtime_ref: Edge)

View source

A normalized structural edge within a compiled graph snapshot.

Compiled edges preserve the original declared ordering through edge_ordinal and keep a reference to the runtime Edge object so traversal can still evaluate conditions against the run-local store.

edge_structural_id: str

View source

Public attribute.

edge_ordinal: int

View source

Public attribute.

tail_node_runtime_id: str

View source

Public attribute.

tail_node_structural_id: str

View source

Public attribute.

head_node_runtime_id: str

View source

Public attribute.

head_node_structural_id: str

View source

Public attribute.

edge_condition_label: str | None

View source

Public attribute.

edge_runtime_ref: Edge

View source

Public attribute.