Interface EdgeProvider<V,​E>

  • Type Parameters:
    V - the vertex type
    E - the edge type

    @Deprecated
    public interface EdgeProvider<V,​E>
    Deprecated.
    Use new importers.
    Provider of edges
    • Method Detail

      • buildEdge

        E buildEdge​(V from,
                    V to,
                    String label,
                    Map<String,​Attribute> attributes)
        Deprecated.
        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