| Package | Description |
|---|---|
| org.gradoop.common.model.api.entities |
Contains all interfaces defining the Extended EPGMProperty Graph model.
|
| org.gradoop.common.model.impl.pojo |
Contains a default POJO implementation of EPGM entities.
|
| org.gradoop.common.model.impl.properties |
Contains classes for property handling in Gradoop.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
EPGMAttributed.getProperties()
Returns all properties of that entity.
|
| Modifier and Type | Method and Description |
|---|---|
E |
EPGMEdgeFactory.createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
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.
|
G |
EPGMGraphHeadFactory.createGraphHead(String label,
Properties properties)
Creates a new graph head based on the given parameters.
|
V |
EPGMVertexFactory.createVertex(String label,
Properties properties)
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,
Properties properties)
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.
|
G |
EPGMGraphHeadFactory.initGraphHead(GradoopId id,
String label,
Properties properties)
Initializes a graph head based on the given parameters.
|
V |
EPGMVertexFactory.initVertex(GradoopId id,
String label,
Properties properties)
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 |
EPGMAttributed.setProperties(Properties properties)
Sets the given properties as new properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
Element.properties
Internal property storage
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
Element.getProperties()
Returns all properties of that entity.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
GraphHead |
GraphHeadFactory.createGraphHead(String label,
Properties properties)
Creates a new graph head 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.
|
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.
|
GraphHead |
GraphHeadFactory.initGraphHead(GradoopId id,
String label,
Properties properties)
Initializes a graph head 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.
|
void |
Element.setProperties(Properties properties)
Sets the given properties as new properties.
|
| 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.
|
Element(GradoopId id,
String label,
Properties properties)
Creates an object from the given parameters.
|
GraphElement(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphIds)
Creates an EPGM graph element using the given arguments.
|
GraphHead(GradoopId id,
String label,
Properties properties)
Creates a graph head based on the given parameters.
|
Vertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs)
Creates a vertex based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
Properties.create()
Creates a new property list.
|
static Properties |
Properties.createFromMap(Map<String,Object> map)
Creates a new property collection from a given map.
|
static Properties |
Properties.createWithCapacity(int capacity)
Creates a new property list with the given initial capacity.
|
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.