An descriptor interface for the Node class
A graph is made up of nodes (aka. nodes, or points) which are connected by edges (aka arcs, or lines) therefore node is the fundamental unit of which graphs are formed.
Nodes are indivisible, yet they share some common characteristics with edges. In Pho context, these commonalities are represented with the EntityInterface.