public interface INodeSequencer
| Modifier and Type | Method and Description |
|---|---|
INodeCursor |
nodes(Graph graph)
Returns a cursor that grants access to all nodes of the given graph in some order.
|
INodeCursor nodes(Graph graph)
graph - the input graphINodeCursor that grants access to all nodes of a graph