| 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 |
EPGMElementFactory<EL extends EPGMElement>
Base interfaces for all EPGM factories.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EPGMEdge
Describes data assigned to an edge in the EPGM.
|
interface |
EPGMGraphElement
A graph element is part of a logical graph.
|
interface |
EPGMGraphHead
Describes data specifically assigned to a logical graph in the EPGM.
|
interface |
EPGMVertex
Describes data assigned to a vertex in the EPGM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Edge
POJO Implementation of an EPGM edge.
|
class |
Element
Abstract base class for graphs, vertices and edges.
|
class |
GraphElement
Abstract class representing an EPGM element that is contained in a logical
graph (i.e.
|
class |
GraphHead
POJO Implementation of an EPGM graph head.
|
class |
Vertex
POJO Implementation of an EPGM vertex.
|
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.