nodes abstract method
Get an iterable of every Node
in the graph. Every node will be emitted
exactly once.
Implementation
Iterable<Node> nodes();
Get an iterable of every Node
in the graph. Every node will be emitted
exactly once.
Iterable<Node> nodes();