| Package | Description |
|---|---|
| org.gradoop.common.config |
Contains Configuration classes for Gradoop.
|
| org.gradoop.common.model.api.entities |
Contains all interfaces defining the Extended EPGMProperty Graph model.
|
| org.gradoop.common.model.impl.pojo |
Contains a default POJO implementation of EPGM entities.
|
| org.gradoop.common.util |
Contains utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradoopConfig<G extends GraphHead,V extends Vertex,E extends Edge>
Basic Gradoop Configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeFactory<E extends Edge>
Initializes
Edge objects of a given type. |
interface |
ElementFactoryProvider<G extends GraphHead,V extends Vertex,E extends Edge>
Interface that provides getters for the element factories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPGMEdge
POJO Implementation of an EPGM edge.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiGraphLoader<G extends GraphHead,V extends Vertex,E extends Edge>
Creates collections of graphs, vertices and edges from a given GDL script.
|
| 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.