Interface VertexProvider<V>

  • Type Parameters:
    V - the vertex type

    @Deprecated
    public interface VertexProvider<V>
    Deprecated.
    Use new importers.
    Creates a vertex.
    • Method Detail

      • buildVertex

        V buildVertex​(String id,
                      Map<String,​Attribute> attributes)
        Deprecated.
        Create a vertex
        Parameters:
        id - a unique identifier for the vertex
        attributes - any other attributes of the vertex
        Returns:
        the vertex