Packagecom.yworks.yfiles.algo
Interfacepublic interface NodeSequencer

Generic Interface for classes that provide an ordering for the nodes of a graph.



Public Methods
 MethodDefined By
  
Returns a cursor that grants access to all nodes of the given graph in some order.
NodeSequencer
Method Detail
nodes()method
public function nodes(graph:Graph):NodeCursor

Returns a cursor that grants access to all nodes of the given graph in some order.

Parameters

graph:Graph

Returns
NodeCursor