public final class Parser extends Object
| Modifier and Type | Method and Description |
|---|---|
static MutableGraph |
read(File file) |
static MutableGraph |
read(InputStream is) |
static MutableGraph |
read(Reader dot,
String name) |
static MutableGraph |
read(String dot) |
public static MutableGraph read(File file) throws IOException
IOExceptionpublic static MutableGraph read(InputStream is) throws IOException
IOExceptionpublic static MutableGraph read(String dot) throws IOException
IOExceptionpublic static MutableGraph read(Reader dot, String name) throws IOException
IOExceptionCopyright © 2015–2017. All rights reserved.