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

Quick Search    Search Deep

com.port80.graph
Interface IVertexVisitor  view IVertexVisitor download IVertexVisitor.java

All Known Subinterfaces:
IDFVertexVisitor

public interface IVertexVisitor

Graph vertex visitor interface. The visitor.visit method would be called in the vertex transversal order.


Method Summary
 boolean visit(IVertex v, java.util.Set visited, java.lang.Object data)
           
 

Method Detail

visit

public boolean visit(IVertex v,
                     java.util.Set visited,
                     java.lang.Object data)