Expand description
Graph models for representing accounting data as networks.
Structs§
- Account
Node - Account node with accounting-specific features.
- Approval
Edge - Approval edge for approval networks.
- Company
Node - Company/Entity node for entity relationship graphs.
- Graph
- A graph containing nodes and edges.
- Graph
Edge - An edge in the graph.
- Graph
Metadata - Metadata about a graph.
- Graph
Node - A node in the graph.
- Heterogeneous
Graph - A heterogeneous graph with multiple node and edge types.
- Ownership
Edge - Ownership edge for entity relationship graphs.
- Transaction
Edge - Transaction edge with accounting-specific features.
- User
Node - User node for approval networks.
Enums§
- Edge
Direction - Direction of an edge.
- Edge
Property - Property value for an edge.
- Edge
Type - Type of edge in the graph.
- Graph
Type - Type of graph.
- Node
Property - Property value for a node.
- Node
Type - Type of node in the graph.