| Package | Description |
|---|---|
| org.gradoop.common.config |
Contains Configuration classes for Gradoop.
|
| org.gradoop.common.util |
Contains utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static GradoopConfig<GraphHead,Vertex,Edge> |
GradoopConfig.getDefaultConfig()
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads.
|
| 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.