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