public class DotLoader
extends java.lang.Object
Constructor and Description |
---|
DotLoader() |
Modifier and Type | Method and Description |
---|---|
static DotParseSystem |
getParseSystem() |
static boolean |
readDot(java.io.File file,
GraphLibrary<?,?> targetGraph,
boolean ignoreWeights,
boolean ignoreLayoutAttributes) |
static boolean |
readDot(java.lang.String dotSource,
GraphLibrary<?,?> targetGraph,
boolean ignoreWeights,
boolean ignoreLayoutAttributes) |
public static boolean readDot(java.io.File file, GraphLibrary<?,?> targetGraph, boolean ignoreWeights, boolean ignoreLayoutAttributes) throws genscript.parse.exceptions.ParseException
genscript.parse.exceptions.ParseException
public static boolean readDot(java.lang.String dotSource, GraphLibrary<?,?> targetGraph, boolean ignoreWeights, boolean ignoreLayoutAttributes) throws genscript.parse.exceptions.ParseException
genscript.parse.exceptions.ParseException
public static DotParseSystem getParseSystem()