-
Notifications
You must be signed in to change notification settings - Fork 0
Definitions
Peter Kagstrom edited this page Apr 28, 2021
·
1 revision
- data (json) is represented as a node (closed circle)
- graphs are represented by an open circle
- abstraction is a function that changes a node to a graph
- an abstracted graph can be functionalized
- edges are a subclass of data that contains a source and destination field
- edges can be either directed or undirected
- an edge with data is a weighed edge
- an edge without data in an unweighted edge
- a group is a labeled set of any nodes, edges or graphs
- a graph comprised of entirely undirected edges is grouped as a collection
- a graph containing at least a directed edge is grouped as a function