Skip to main content

Module tree

Module tree 

Source
Expand description

Merged AHB + EDIFACT tree for validation.

build_validated_tree joins an AhbWorkflow (what should be there) with an AssembledTree (what is there) into a single ValidatedTree where each node carries both the AHB rule and the resolved EDIFACT value.

Structs§

AhbGroupNode
A segment group instance matched against EDIFACT data.
AhbNode
A single AHB field matched against EDIFACT data.
ValidatedTree
AHB workflow merged with assembled EDIFACT data.

Functions§

build_validated_tree
Build a ValidatedTree by merging an AHB workflow with an assembled EDIFACT tree.