public class GraphLoader
extends java.lang.Object
Constructor and Description |
---|
GraphLoader() |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType> |
readGraph(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.File file,
Progress progress) |
static <VertexType,EdgeType> |
readGraph(GraphLibrary<VertexType,EdgeType> targetGraph,
java.lang.String source,
Progress progress) |
public static <VertexType,EdgeType> ExecutionError readGraph(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.File file, Progress progress)
public static <VertexType,EdgeType> ExecutionError readGraph(GraphLibrary<VertexType,EdgeType> targetGraph, java.lang.String source, Progress progress)