CompiledEdge
junjo.CompiledEdge
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”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)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.
Members
Section titled “Members”edge_structural_id
Section titled “edge_structural_id”edge_structural_id: strPublic attribute.
edge_ordinal
Section titled “edge_ordinal”edge_ordinal: intPublic attribute.
tail_node_runtime_id
Section titled “tail_node_runtime_id”tail_node_runtime_id: strPublic attribute.
tail_node_structural_id
Section titled “tail_node_structural_id”tail_node_structural_id: strPublic attribute.
head_node_runtime_id
Section titled “head_node_runtime_id”head_node_runtime_id: strPublic attribute.
head_node_structural_id
Section titled “head_node_structural_id”head_node_structural_id: strPublic attribute.
edge_condition_label
Section titled “edge_condition_label”edge_condition_label: str | NonePublic attribute.
edge_runtime_ref
Section titled “edge_runtime_ref”edge_runtime_ref: EdgePublic attribute.