Node

sealed class Node

Directed graph node.

We use graph nodes to represent types and edges to represent dependencies.

Inheritors