public class METISLoader
extends java.lang.Object
Constructor and Description |
---|
METISLoader() |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType> |
createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.File file) |
static <VertexType,EdgeType> |
createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.Reader source) |
static <VertexType,EdgeType> |
createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph,
java.lang.String metisString) |
public static <VertexType,EdgeType> boolean createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.Reader source) throws operations.commands.exceptions.ParseMETISException, InvalidGraphConfigException
operations.commands.exceptions.ParseMETISException
InvalidGraphConfigException
public static <VertexType,EdgeType> boolean createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.File file) throws operations.commands.exceptions.ParseMETISException, InvalidGraphConfigException
operations.commands.exceptions.ParseMETISException
InvalidGraphConfigException
public static <VertexType,EdgeType> boolean createFromMETIS(GraphLibrary<VertexType,EdgeType> targetGraph, java.lang.String metisString) throws InvalidGraphConfigException, operations.commands.exceptions.ParseMETISException
InvalidGraphConfigException
operations.commands.exceptions.ParseMETISException