G - EPGM graph head typeV - EPGM vertex typeE - EPGM edge typepublic class GradoopConfig<G extends EPGMGraphHead,V extends EPGMVertex,E extends EPGMEdge> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GradoopConfig()
Creates a new Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static GradoopConfig<GraphHead,Vertex,Edge> |
getDefaultConfig()
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads.
|
EdgeFactory |
getEdgeFactory() |
GraphHeadFactory |
getGraphHeadFactory() |
VertexFactory |
getVertexFactory() |
public static GradoopConfig<GraphHead,Vertex,Edge> getDefaultConfig()
public GraphHeadFactory getGraphHeadFactory()
public VertexFactory getVertexFactory()
public EdgeFactory getEdgeFactory()
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.