Interface EdgeVisitor<V,​E>

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

    public interface EdgeVisitor<V,​E>
    extends Visitor<Edge<V,​E>>

    Interface to implement visitor pattern for edges

    Since:
    1.0
    Author:
    Andreas Schuler
    • Method Summary

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

        visit