| Package | Description |
|---|---|
| org.gradoop.common.model.impl.properties.strategies |
Contains classes that implement the
PropertyValueStrategy interface as well as their
factory and utility classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFixSizedPropertyValueStrategy<T>
Abstract class that provides generic methods for
PropertyValueStrategy classes that
handle data types with a fixed size. |
class |
AbstractVariableSizedPropertyValueStrategy<T>
Abstract class that provides generic methods for
PropertyValueStrategy classes that
handle data types with a variable size. |
class |
BigDecimalStrategy
Strategy class for handling
PropertyValue operations with a value of the type
BigDecimal. |
class |
BooleanStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Boolean. |
class |
DateStrategy
Strategy class for handling
PropertyValue operations with a value of the type
LocalDate. |
class |
DateTimeStrategy
Strategy class for handling
PropertyValue operations with a value of the type
LocalDateTime. |
class |
DoubleStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Double. |
class |
FloatStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Float. |
class |
GradoopIdStrategy
Strategy class for handling
PropertyValue operations with a value of the type
GradoopIdStrategy. |
class |
IntegerStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Integer. |
class |
ListStrategy
Strategy class for handling
PropertyValue operations with a value of the type
List. |
class |
LongStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Long. |
class |
MapStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Map. |
class |
NullStrategy
Strategy class for handling
PropertyValue operations when the value is null. |
class |
SetStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Set. |
class |
ShortStrategy
Strategy class for handling
PropertyValue operations with a value of the type
Short. |
class |
StringStrategy
Strategy class for handling
PropertyValue operations with a value of the type
String. |
class |
TimeStrategy
Strategy class for handling
PropertyValue operations with a value of the type
LocalTime. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(byte value)
Returns strategy mapping to the provided byte value.
|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(Class clazz)
Get a strategy which corresponds the provided class.
|
static PropertyValueStrategy |
PropertyValueStrategyFactory.get(Object value)
Get strategy by object.
|
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.