Interface EdgeDataBuilder<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value

    public interface EdgeDataBuilder<V,​E>

    EdgeDataBuilder is used inside EdgeBuilder and is used to add the data element (decorated element) to the created edge.

    Since:
    1.0
    Author:
    Andreas Pointner