Expand description
Graph builders for constructing different graph types from accounting data.
Re-exports§
pub use hypergraph::*;
Modules§
- hypergraph
- Multi-layer hypergraph builder for RustGraph integration.
Structs§
- Approval
Graph Builder - Builder for approval graphs.
- Approval
Graph Config - Configuration for approval graph building.
- Banking
Graph Builder - Builder for banking network graphs.
- Banking
Graph Config - Configuration for banking graph building.
- Entity
Graph Builder - Builder for entity relationship graphs.
- Entity
Graph Config - Configuration for entity graph building.
- Ownership
Hierarchy - Builds a consolidated ownership hierarchy.
- Ownership
Hierarchy Node - Node in ownership hierarchy.
- Simple
Approval - Simplified approval record for building graphs without full ApprovalRecord.
- Transaction
Graph Builder - Builder for transaction graphs.
- Transaction
Graph Config - Configuration for transaction graph building.