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