Edges
This chapter presents an overview of edges. It describes their purpose, how they can be connected to components of a graph, how metadata can be assigned to them and propagated through them, how edges can be debugged and how data flowing through edges can be analyzed.
What Are Edges?
An edge can be seen as a pipe conveying data from one component to another.
The following are properties of edges:
- Connecting Components with Edges: each edge must connect two components.
- Types of Edges: each edge is of one of the four types.
- Assigning Metadata to Edges: metadata must be assigned to each edge, describing the data flowing through the edge.
- Colors of Edges: each edge changes its color upon metadata assignment, edge selection, etc.
- Debugging Edges: each edge can be debugged.
- Edge Memory Allocation: some edges require more memory than others. This section contains the explanation.
Updated 11 months ago