| Package | Description |
|---|---|
| org.gradoop.common.config |
Contains Configuration classes for Gradoop.
|
| org.gradoop.common.model.impl.pojo |
Contains a default POJO implementation of EPGM entities.
|
| Modifier and Type | Method and Description |
|---|---|
static GradoopConfig<EPGMGraphHead,EPGMVertex,EPGMEdge> |
GradoopConfig.getDefaultConfig()
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads.
|
| Modifier and Type | Method and Description |
|---|---|
EPGMVertex |
EPGMVertexFactory.createVertex() |
EPGMVertex |
EPGMVertexFactory.createVertex(String label) |
EPGMVertex |
EPGMVertexFactory.createVertex(String label,
GradoopIdSet graphIds) |
EPGMVertex |
EPGMVertexFactory.createVertex(String label,
Properties properties) |
EPGMVertex |
EPGMVertexFactory.createVertex(String label,
Properties properties,
GradoopIdSet graphIds) |
EPGMVertex |
EPGMVertexFactory.initVertex(GradoopId vertexID) |
EPGMVertex |
EPGMVertexFactory.initVertex(GradoopId vertexID,
String label) |
EPGMVertex |
EPGMVertexFactory.initVertex(GradoopId vertexID,
String label,
GradoopIdSet graphs) |
EPGMVertex |
EPGMVertexFactory.initVertex(GradoopId vertexID,
String label,
Properties properties) |
EPGMVertex |
EPGMVertexFactory.initVertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs) |
| Modifier and Type | Method and Description |
|---|---|
Class<EPGMVertex> |
EPGMVertexFactory.getType() |
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.