Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.algorithm
Interface IVertexWalker  view IVertexWalker download IVertexWalker.java


public interface IVertexWalker

Graph vertex walker interface. Superinterface for various graph transveral algorithms to visit vertex.


Method Summary
 java.util.List walk(com.port80.graph.IVertex v)
           
 java.lang.Object walk(com.port80.graph.IVertex v, com.port80.graph.IVertexVisitor visitor, java.lang.Object data)
           
 

Method Detail

walk

public java.util.List walk(com.port80.graph.IVertex v)

walk

public java.lang.Object walk(com.port80.graph.IVertex v,
                             com.port80.graph.IVertexVisitor visitor,
                             java.lang.Object data)