| 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 |
|---|---|
Edge |
EdgeFactory.createEdge(GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
Edge |
EdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
Edge |
EdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
Edge |
EdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Creates a new edge based on the given parameters.
|
Edge |
EdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
Edge |
EdgeFactory.initEdge(GradoopId id,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
Edge |
EdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
Edge |
EdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphs)
Initializes an edge based on the given parameters.
|
Edge |
EdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Initializes an edge based on the given parameters.
|
Edge |
EdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Edge> |
EdgeFactory.getType() |
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.