public class antlrDotLoader
extends java.lang.Object
Constructor and Description |
---|
antlrDotLoader() |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType> |
createFromDot(GraphLibrary<VertexType,EdgeType> targetGraph,
java.io.File dotFile,
Progress progress) |
public static <VertexType,EdgeType> boolean createFromDot(GraphLibrary<VertexType,EdgeType> targetGraph, java.io.File dotFile, Progress progress) throws org.antlr.v4.runtime.misc.ParseCancellationException, org.antlr.v4.runtime.RecognitionException, java.io.IOException
org.antlr.v4.runtime.misc.ParseCancellationException
org.antlr.v4.runtime.RecognitionException
java.io.IOException