Search this API

y.algo
Interface NodeSequencer


public interface NodeSequencer

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


Method Summary
 NodeCursor nodes(Graph graph)
          Returns a cursor that grants access to all nodes of the given graph in some order.
 

Method Detail

nodes

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


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.