| Package | Description |
|---|---|
| org.gradoop.common.model.api.entities |
Contains all interfaces defining the Extended EPGMProperty Graph model.
|
| org.gradoop.common.model.impl.comparators |
Contains comparators for EPGM elements.
|
| org.gradoop.common.model.impl.pojo |
Contains a default POJO implementation of EPGM entities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge
Describes data assigned to an edge.
|
interface |
Element
Base interface for all elements.
|
interface |
GraphElement
A graph element is part of a graph.
|
interface |
GraphHead
Describes data specifically assigned to a graph.
|
interface |
Vertex
Describes data assigned to a vertex.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IdentifiableComparator.compare(Identifiable a,
Identifiable b) |
| Modifier and Type | Class and Description |
|---|---|
class |
EPGMEdge
POJO Implementation of an EPGM edge.
|
class |
EPGMElement
Abstract base class for EPGM elements.
|
class |
EPGMGraphElement
Abstract class representing an EPGM element that is contained in a logical
graph (i.e.
|
class |
EPGMGraphHead
POJO Implementation of an EPGM graph head.
|
class |
EPGMVertex
POJO Implementation of an EPGM vertex.
|
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.