| 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 |
|---|---|
EPGMGraphHead |
EPGMGraphHeadFactory.createGraphHead() |
EPGMGraphHead |
EPGMGraphHeadFactory.createGraphHead(String label) |
EPGMGraphHead |
EPGMGraphHeadFactory.createGraphHead(String label,
Properties properties) |
EPGMGraphHead |
EPGMGraphHeadFactory.initGraphHead(GradoopId id) |
EPGMGraphHead |
EPGMGraphHeadFactory.initGraphHead(GradoopId id,
String label) |
EPGMGraphHead |
EPGMGraphHeadFactory.initGraphHead(GradoopId id,
String label,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Class<EPGMGraphHead> |
EPGMGraphHeadFactory.getType() |
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.