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§
- AhbGroup
Node - A segment group instance matched against EDIFACT data.
- AhbNode
- A single AHB field matched against EDIFACT data.
- Validated
Tree - AHB workflow merged with assembled EDIFACT data.
Functions§
- build_
validated_ tree - Build a
ValidatedTreeby merging an AHB workflow with an assembled EDIFACT tree.