- Type Parameters:
E
- type of the edge returned
- All Known Implementing Classes:
- DelimitedEdgeLineProcessor, WeightedEdgeLineProcessor
public interface EdgeLineProcessor<E>
EdgeLineProcessor is used during data loading from a file, where each edge is on a separate line
Provides flexibility in loading graphs with arbitrary objects/properties that can be represented in a text format
Can also be used handle conversion of edges between non-numeric vertices to an appropriate numbered format