public class DIMACSLoader
extends java.lang.Object
Constructor and Description |
---|
DIMACSLoader() |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType> |
createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.File file,
Progress progress) |
static <VertexType,EdgeType> |
createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.Reader source,
long size,
Progress progress) |
static <VertexType,EdgeType> |
createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.lang.String dimacsString,
Progress progress) |
public static <VertexType,EdgeType> boolean createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.Reader source, long size, Progress progress) throws operations.commands.exceptions.ParseDIMACSException, InvalidGraphConfigException
operations.commands.exceptions.ParseDIMACSException
InvalidGraphConfigException
public static <VertexType,EdgeType> boolean createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.File file, Progress progress) throws operations.commands.exceptions.ParseDIMACSException, InvalidGraphConfigException
operations.commands.exceptions.ParseDIMACSException
InvalidGraphConfigException
public static <VertexType,EdgeType> boolean createFromDIMACS(GraphLibrary<VertexType,EdgeType> targetGraph, java.lang.String dimacsString, Progress progress) throws InvalidGraphConfigException, operations.commands.exceptions.ParseDIMACSException
InvalidGraphConfigException
operations.commands.exceptions.ParseDIMACSException