| 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 |
|---|---|
void |
EPGMAttributed.setProperty(Property property)
Adds a given property to that entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Element.setProperty(Property property)
Adds a given property to that entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Property |
Property.create(String key,
Object value)
Creates a new property from the given arguments.
|
static Property |
Property.create(String key,
PropertyValue value)
Creates a new property from the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Property> |
Properties.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property o) |
PropertyValue |
Properties.remove(Property property)
Removes the given property from the list.
|
void |
Properties.set(Property property)
Sets the given property.
|
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.