| 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 |
|---|---|
Vertex |
VertexFactory.createVertex()
Initializes a new vertex based on the given parameters.
|
Vertex |
VertexFactory.createVertex(String label)
Creates a new vertex based on the given parameters.
|
Vertex |
VertexFactory.createVertex(String label,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
Vertex |
VertexFactory.createVertex(String label,
Properties properties)
Creates a new vertex based on the given parameters.
|
Vertex |
VertexFactory.createVertex(String label,
Properties properties,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
Vertex |
VertexFactory.initVertex(GradoopId vertexID)
Initializes a vertex based on the given parameters.
|
Vertex |
VertexFactory.initVertex(GradoopId vertexID,
String label)
Initializes a vertex based on the given parameters.
|
Vertex |
VertexFactory.initVertex(GradoopId vertexID,
String label,
GradoopIdSet graphs)
Initializes a vertex based on the given parameters.
|
Vertex |
VertexFactory.initVertex(GradoopId vertexID,
String label,
Properties properties)
Initializes a vertex based on the given parameters.
|
Vertex |
VertexFactory.initVertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs)
Initializes a vertex based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Vertex> |
VertexFactory.getType() |
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.