| Package | Description |
|---|---|
| org.gradoop.common.util |
Contains utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <G extends GraphHead,V extends Vertex,E extends Edge> |
AsciiGraphLoader.fromFile(String fileName,
ElementFactoryProvider<G,V,E> elementFactoryProvider)
Creates an AsciiGraphLoader from the given ASCII GDL file.
|
static <G extends GraphHead,V extends Vertex,E extends Edge> |
AsciiGraphLoader.fromStream(InputStream inputStream,
ElementFactoryProvider<G,V,E> elementFactoryProvider)
Creates an AsciiGraphLoader from the given ASCII GDL file.
|
static <G extends GraphHead,V extends Vertex,E extends Edge> |
AsciiGraphLoader.fromString(String asciiGraph,
ElementFactoryProvider<G,V,E> elementFactoryProvider)
Creates an AsciiGraphLoader from the given ASCII GDL string.
|
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.