| 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 |
|---|---|
PropertyValue |
EPGMAttributed.getPropertyValue(String key)
Returns the object referenced by the given key or
null if the key
does not exist. |
PropertyValue |
EPGMAttributed.removeProperty(String key)
Removes the properties associated with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPGMAttributed.setProperty(String key,
PropertyValue value)
Adds a given property to that entity.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
Element.getPropertyValue(String key)
Returns the object referenced by the given key or
null if the key
does not exist. |
PropertyValue |
Element.removeProperty(String key)
Removes the properties associated with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Element.setProperty(String key,
PropertyValue value)
Adds a given property to that entity.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyValue |
PropertyValue.NULL_VALUE
Represents a property value that is
null. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue |
PropertyValueUtils.Numeric.add(PropertyValue aValue,
PropertyValue bValue)
Adds two numerical property values.
|
static PropertyValue |
PropertyValue.create(Object value)
Creates a new Property Value from the given object.
|
static PropertyValue |
PropertyValue.fromRawBytes(byte[] rawBytes)
Create a
PropertyValue that wraps a byte array |
PropertyValue |
Properties.get(String key)
Returns the value to the given key of
null if the value does not
exist. |
PropertyValue |
Property.getValue()
Returns the property value.
|
static PropertyValue |
PropertyValueUtils.Numeric.max(PropertyValue a,
PropertyValue b)
Compares two numerical property values and returns the bigger one.
|
static PropertyValue |
PropertyValueUtils.Numeric.min(PropertyValue a,
PropertyValue b)
Compares two numerical property values and returns the smaller one.
|
static PropertyValue |
PropertyValueUtils.Numeric.multiply(PropertyValue aValue,
PropertyValue bValue)
Multiplies two numerical property values.
|
static PropertyValue |
PropertyValueUtils.Boolean.or(PropertyValue a,
PropertyValue b)
Logical or of two boolean properties.
|
PropertyValue |
Properties.remove(Property property)
Removes the given property from the list.
|
PropertyValue |
Properties.remove(String key)
Removes the property of the given key from the list.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
PropertyValue.getList()
Returns the wrapped List as
List<PropertyValue>. |
Map<PropertyValue,PropertyValue> |
PropertyValue.getMap()
Returns the wrapped Map as
Map<PropertyValue, PropertyValue>. |
Map<PropertyValue,PropertyValue> |
PropertyValue.getMap()
Returns the wrapped Map as
Map<PropertyValue, PropertyValue>. |
Iterator<PropertyValue> |
PropertyValueList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValue |
PropertyValueUtils.Numeric.add(PropertyValue aValue,
PropertyValue bValue)
Adds two numerical property values.
|
int |
PropertyValue.compareTo(PropertyValue o) |
static Property |
Property.create(String key,
PropertyValue value)
Creates a new property from the given arguments.
|
static PropertyValue |
PropertyValueUtils.Numeric.max(PropertyValue a,
PropertyValue b)
Compares two numerical property values and returns the bigger one.
|
static PropertyValue |
PropertyValueUtils.Numeric.min(PropertyValue a,
PropertyValue b)
Compares two numerical property values and returns the smaller one.
|
static PropertyValue |
PropertyValueUtils.Numeric.multiply(PropertyValue aValue,
PropertyValue bValue)
Multiplies two numerical property values.
|
static PropertyValue |
PropertyValueUtils.Boolean.or(PropertyValue a,
PropertyValue b)
Logical or of two boolean properties.
|
void |
Properties.set(String key,
PropertyValue value)
Sets the given property.
|
void |
Property.setValue(PropertyValue value)
Sets the property value.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueList |
PropertyValueList.fromPropertyValues(Collection<PropertyValue> propertyValues)
Creates a Property value list from a collection of property values.
|
void |
PropertyValue.setList(List<PropertyValue> list)
Sets the wrapped value as
List value. |
void |
PropertyValue.setMap(Map<PropertyValue,PropertyValue> map)
Sets the wrapped value as
Map value. |
void |
PropertyValue.setMap(Map<PropertyValue,PropertyValue> map)
Sets the wrapped value as
Map value. |
Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.