| Package | Description |
|---|---|
| org.gradoop.common.model.api.entities |
Contains all interfaces defining the Extended EPGMProperty Graph model.
|
| org.gradoop.common.model.impl.id |
Contains all classes for id handling in Gradoop.
|
| org.gradoop.common.model.impl.pojo |
Contains a default POJO implementation of EPGM entities.
|
| org.gradoop.common.util |
Contains utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
GradoopIdSet |
EPGMGraphElement.getGraphIds()
Returns all graphs that element belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
E |
EPGMEdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
E |
EPGMEdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
V |
EPGMVertexFactory.createVertex(String label,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
V |
EPGMVertexFactory.createVertex(String label,
Properties properties,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
E |
EPGMEdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
E |
EPGMEdgeFactory.initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
V |
EPGMVertexFactory.initVertex(GradoopId id,
String label,
GradoopIdSet graphIds)
Initializes a vertex based on the given parameters.
|
V |
EPGMVertexFactory.initVertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphIds)
Initializes a vertex based on the given parameters.
|
void |
EPGMGraphElement.setGraphIds(GradoopIdSet graphIds)
Adds the given graph set to the element.
|
| Modifier and Type | Method and Description |
|---|---|
static GradoopIdSet |
GradoopIdSet.fromByteArray(byte[] bytes)
Creates a new instance from multiple GradoopIDs represented as byte array.
|
static GradoopIdSet |
GradoopIdSet.fromExisting(Collection<GradoopId> ids)
Creates a new instance from multiple GradoopIDs.
|
static GradoopIdSet |
GradoopIdSet.fromExisting(GradoopId... ids)
Creates a new instance from multiple GradoopIDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradoopIdSet.addAll(GradoopIdSet ids)
Adds the given gradoop ids to the set.
|
boolean |
GradoopIdSet.containsAll(GradoopIdSet other)
Checks if the specified ids are contained in the set.
|
boolean |
GradoopIdSet.containsAny(GradoopIdSet other)
Checks if any of the specified ids is contained in the set.
|
| Modifier and Type | Method and Description |
|---|---|
GradoopIdSet |
GraphElement.getGraphIds()
Returns all graphs that element belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
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,
GradoopIdSet graphIds)
Creates a new edge 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,
GradoopIdSet graphIds)
Creates a new vertex 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,
GradoopIdSet graphIds)
Initializes an edge 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 id,
String label,
Properties properties,
GradoopIdSet graphs)
Initializes a vertex based on the given parameters.
|
void |
GraphElement.setGraphIds(GradoopIdSet graphIds)
Adds the given graph set to the element.
|
| Constructor and Description |
|---|
Edge(GradoopId id,
String label,
GradoopId sourceId,
GradoopId targetId,
Properties properties,
GradoopIdSet graphIds)
Creates an edge instance based on the given parameters.
|
GraphElement(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphIds)
Creates an EPGM graph element using the given arguments.
|
Vertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs)
Creates a vertex based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<E> |
AsciiGraphLoader.getEdgesByGraphIds(GradoopIdSet graphIds)
Returns all edges that belong to the given graphs.
|
Collection<V> |
AsciiGraphLoader.getVerticesByGraphIds(GradoopIdSet graphIds)
Returns all vertices that belong to the given graphs.
|
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.