| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeFactory<E extends Edge>
Initializes
Edge objects of a given type. |
interface |
GraphHeadFactory<G extends GraphHead>
Initializes
GraphHead objects of a given type. |
interface |
VertexFactory<V extends Vertex>
Initializes
Vertex objects of a given type. |
| Modifier and Type | Class and Description |
|---|---|
class |
EPGMEdgeFactory
Factory for creating EPGM edge POJOs.
|
class |
EPGMGraphHeadFactory
Factory for creating EPGM graph head POJOs.
|
class |
EPGMVertexFactory
Factory for creating EPGM vertex POJOs.
|
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.