Skip to main content

Module models

Module models 

Source
Expand description

Graph models for representing accounting data as networks.

Structs§

AccountNode
Account node with accounting-specific features.
ApprovalEdge
Approval edge for approval networks.
CompanyNode
Company/Entity node for entity relationship graphs.
Graph
A graph containing nodes and edges.
GraphEdge
An edge in the graph.
GraphMetadata
Metadata about a graph.
GraphNode
A node in the graph.
HeterogeneousGraph
A heterogeneous graph with multiple node and edge types.
OwnershipEdge
Ownership edge for entity relationship graphs.
TransactionEdge
Transaction edge with accounting-specific features.
UserNode
User node for approval networks.

Enums§

EdgeDirection
Direction of an edge.
EdgeProperty
Property value for an edge.
EdgeType
Type of edge in the graph.
GraphType
Type of graph.
NodeProperty
Property value for a node.
NodeType
Type of node in the graph.

Type Aliases§

EdgeId
Unique identifier for an edge.
NodeId
Unique identifier for a node.