| 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<GraphHead,Vertex,Edge> |
GradoopConfig.getDefaultConfig()
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads.
|
| Modifier and Type | Method and Description |
|---|---|
GraphHead |
GraphHeadFactory.createGraphHead()
Creates a new graph head based.
|
GraphHead |
GraphHeadFactory.createGraphHead(String label)
Creates a new graph head based on the given parameters.
|
GraphHead |
GraphHeadFactory.createGraphHead(String label,
Properties properties)
Creates a new graph head based on the given parameters.
|
GraphHead |
GraphHeadFactory.initGraphHead(GradoopId id)
Initializes a graph head based on the given parameters.
|
GraphHead |
GraphHeadFactory.initGraphHead(GradoopId id,
String label)
Initializes a graph head based on the given parameters.
|
GraphHead |
GraphHeadFactory.initGraphHead(GradoopId id,
String label,
Properties properties)
Initializes a graph head based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Class<GraphHead> |
GraphHeadFactory.getType() |
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.