Interface | Description |
---|---|
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 |
VertexLoader<V> |
Interface defines a method of leading vertices from a file.
|
Class | Description |
---|---|
GraphLoader |
Utility methods for loading graphs
|
TestGraphLoading | |
TestGraphLoadingWeighted |