Interface VertexVisitor<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Superinterfaces:
    Visitor<Vertex<V,​E>>

    public interface VertexVisitor<V,​E>
    extends Visitor<Vertex<V,​E>>

    Visitor Pattern overload for a vertex

    Since:
    1.0
    Author:
    Andreas Schuler
    • Method Summary

      • Methods inherited from interface science.aist.gtf.graph.Visitor

        visit