Documentation of 'org.jgrapht.io.EdgeProvider' Java class
EdgeProvider
org.jgrapht.io

Interface EdgeProvider<V,E>

  • Type Parameters:
    V - the vertex type
    E - the edge type
    All Known Subinterfaces:
    EdgeProvider<V,E>


    public interface EdgeProvider<V,E>
    Provider of edges
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      E buildEdge(V from, V to, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> attributes)
      Construct an edge.
    • Method Detail

      • buildEdge

        E buildEdge(V from,
                    V to,
                    java.lang.String label,
                    java.util.Map<java.lang.String,java.lang.String> attributes)
        Construct an edge.
        Parameters:
        from - the source vertex
        to - the target vertex
        label - the label of the edge.
        attributes - extra attributes for the edge.
        Returns:
        the edge

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.