Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractFixSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
Abstract class that provides generic methods for PropertyValueStrategy classes that handle data types with a fixed size.
AbstractFixSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractFixSizedPropertyValueStrategy
 
AbstractVariableSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
Abstract class that provides generic methods for PropertyValueStrategy classes that handle data types with a variable size.
AbstractVariableSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractVariableSizedPropertyValueStrategy
 
add(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop id to the set.
add(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Adds two numerical property values.
addAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop ids to the set.
addAll(Collection<? extends GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop ids to the set.
addGraphId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.GraphElement
Adds that element to the given graphId.
addGraphId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
appendFromString(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Appends the given ASCII GDL to the graph handled by that loader.
AsciiGraphLoader<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.util
Creates collections of graphs, vertices and edges from a given GDL script.
Attributed - Interface in org.gradoop.common.model.api.entities
Used to describe entities that can have properties.

B

BigDecimalStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type BigDecimal.
BigDecimalStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
Boolean() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.Boolean
 
BooleanStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Boolean.
BooleanStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
Bytes - Class in org.gradoop.common.model.impl.properties.bytes
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Create a zero-size sequence.
Bytes(byte[]) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Create a Bytes using the byte array as the initial value.
Bytes(Bytes) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Set the new Bytes to the contents of the passed ibw
Bytes(byte[], int, int) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Set the value to a given byte range
Bytes.ByteArrayComparator - Class in org.gradoop.common.model.impl.properties.bytes
Byte array comparator class.
byteSize() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the byte size of the properties internal representation.
BytesUtils() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
 

C

clear() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Clears the set.
clear() - Method in class org.gradoop.common.model.impl.properties.Properties
Removes all elements from these properties.
compare(T, Object) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Compares two objects.
compare(Identifiable, Identifiable) - Method in class org.gradoop.common.model.impl.comparators.IdentifiableComparator
 
compare(byte[], byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
Compares two byte arrays with a specified offset and length.
compare(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values
compare(BigDecimal, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
compare(Boolean, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
compare(LocalDate, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
compare(LocalDateTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
compare(Double, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
compare(Float, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
compare(GradoopId, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
compare(Integer, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
compare(List, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
compare(Long, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
compare(Map, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
compare(Object, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
compare(Object, Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Compares two values.
PropertyValue.NULL_VALUE is considered to be less than all other properties.
compare(Set, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
compare(Short, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
compare(String, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
compare(LocalTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
compareTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
Performs a byte-wise comparison of this and the specified GradoopId.
compareTo(Bytes) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Define the sort order of the Bytes.
compareTo(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Compares two byte arrays
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Lexicographically compare two arrays.
compareTo(Property) - Method in class org.gradoop.common.model.impl.properties.Property
 
compareTo(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Compares this to another PropertyValue.
compareTo(PropertyValueList) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
contains(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the given id is contained in the set.
containsAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the specified ids are contained in the set.
containsAll(Collection<?>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the specified ids are contained in the set.
containsAny(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if any of the specified ids is contained in the set.
containsAny(Set<GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if any of the specified ids is contained in the set.
containsKey(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Checks if a property with the given key is contained in the properties.
copy() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copy(DataInputView, DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copy() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Creates a deep copy of the property value.
copyNormalizedKey(MemorySegment, int, int) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copyTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
create() - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property list.
create(String, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.Property
Creates a new property from the given arguments.
create(String, Object) - Static method in class org.gradoop.common.model.impl.properties.Property
Creates a new property from the given arguments.
create(Object) - Static method in class org.gradoop.common.model.impl.properties.PropertyValue
Creates a new Property Value from the given object.
createEdge(GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, Properties) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEmptyList() - Static method in class org.gradoop.common.model.impl.properties.PropertyValueList
Creates a new property value list containing no elements.
createFromMap(Map<String, Object>) - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property collection from a given map.
createFromTypeValueBytes(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Creates a PropertyValue instance by concatenating the byte representations of the type and the value.
createGraphHead() - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based.
createGraphHead(String) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based on the given parameters.
createGraphHead(String, Properties) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based on the given parameters.
createGraphHead() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createGraphHead(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createGraphHead(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createVertex() - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a new vertex based on the given parameters.
createVertex(String) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, Properties) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createWithCapacity(int) - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property list with the given initial capacity.

D

DateStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalDate.
DateStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
DateTimeSerializer - Class in org.gradoop.common.model.impl.properties
Serializer for Java 8 LocalDate, LocalTime, LocalDateTime.
DateTimeSerializer() - Constructor for class org.gradoop.common.model.impl.properties.DateTimeSerializer
 
DateTimeStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalDateTime.
DateTimeStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
DB_GRAPH_ID - Static variable in class org.gradoop.common.util.GradoopConstants
Static identifier for the database graph.
DB_GRAPH_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label of an database graph.
DEFAULT_EDGE_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled edges.
DEFAULT_GRAPH_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled graphs.
DEFAULT_VERTEX_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled vertices.
deserializeDate(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalDate value.
deserializeDateTime(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalDateTime value.
deserializeTime(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalTime value.
DoubleStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Double.
DoubleStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 

E

Edge - Interface in org.gradoop.common.model.api.entities
Describes data assigned to an edge.
EdgeFactory<E extends Edge> - Interface in org.gradoop.common.model.api.entities
Initializes Edge objects of a given type.
edgeMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.
Element - Interface in org.gradoop.common.model.api.entities
Base interface for all elements.
ElementFactory<EL extends Element> - Interface in org.gradoop.common.model.api.entities
Base interface for all element factories.
ElementFactoryProvider<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.common.model.api.entities
Interface that provides getters for the element factories.
EPGMEdge - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM edge.
EPGMEdge() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
Default constructor is necessary to apply to POJO rules.
EPGMEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
Creates an edge instance based on the given parameters.
EPGMEdgeFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM edge POJOs.
EPGMEdgeFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
EPGMElement - Class in org.gradoop.common.model.impl.pojo
Abstract base class for EPGM elements.
EPGMElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
Default constructor.
EPGMElement(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
Creates an object from the given parameters.
EPGMGraphElement - Class in org.gradoop.common.model.impl.pojo
Abstract class representing an EPGM element that is contained in a logical graph (i.e.
EPGMGraphElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
Default constructor.
EPGMGraphElement(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
Creates an EPGM graph element using the given arguments.
EPGMGraphHead - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM graph head.
EPGMGraphHead() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
Default constructor.
EPGMGraphHead(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
Creates a graph head based on the given parameters.
EPGMGraphHeadFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM graph head POJOs.
EPGMGraphHeadFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
EPGMVertex - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM vertex.
EPGMVertex() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
Default constructor.
EPGMVertex(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
Creates a vertex based on the given parameters.
EPGMVertexFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM vertex POJOs.
EPGMVertexFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopId
Checks if the specified object is equal to the current id.
equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
equals(Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.Properties
Two properties collections are considered equal, if they contain the same properties in the same order.
equals(Object) - Method in class org.gradoop.common.model.impl.properties.Property
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 

F

FLAG_LARGE - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Bit flag indicating a "large" property.
FloatStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Float.
FloatStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
fromByteArray(byte[]) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns the Gradoop ID represented by a byte array
fromByteArray(byte[]) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs represented as byte array.
fromExisting(GradoopId...) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs.
fromExisting(Collection<GradoopId>) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs.
fromFile(String, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL file.
fromPropertyValues(Collection<PropertyValue>) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueList
Creates a Property value list from a collection of property values.
fromRawBytes(byte[]) - Static method in class org.gradoop.common.model.impl.properties.PropertyValue
Create a PropertyValue that wraps a byte array.
fromRawBytes(byte[]) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Returns value which is represented by the the provided byte array.
fromStream(InputStream, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL file.
fromString(String) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns the Gradoop ID represented by a specified hexadecimal string.
fromString(String, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL string.

G

get(byte[]) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Deserializes an object from the provided byte array.
get() - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns a new GradoopId
get() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get the data from the Bytes.
get(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Returns the value to the given key of null if the value does not exist.
get(Class<T>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the value as the specified type.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
get(byte) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Returns strategy mapping to the provided byte value.
get(Class) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get a strategy which corresponds the provided class.
get(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get strategy by object.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getBigDecimal() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as BigDecimal.
getBinaryLength() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
getBoolean() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as boolean.
getByteSize() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
getClassFromTypeString(String) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
Get the class corresponding to a type string.
getDate() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalDate.
getDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalDateTime.
getDefaultConfig() - Static method in class org.gradoop.common.config.GradoopConfig
Creates a default Configuration using POJO handlers for vertices, edges and graph heads.
getDouble() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as double.
getEdgeByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns edge by its given variable.
getEdgeCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that are bound to a variable in the GDL script.
getEdgeFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating edge instances.
getEdgeLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the edge labels available in the meta data.
getEdgePropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified edge label.
getEdges() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges contained in the ASCII graph.
getEdgesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that belong to the given graphs.
getEdgesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that belong to the given graph variables.
getEdgesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns edges by their given variables.
getFloat() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as float.
getGradoopId() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as GradoopId.
getGraphCount() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Returns the number of graphs this element belongs to.
getGraphCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
getGraphHeadByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns GraphHead by given variable.
getGraphHeadCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all graph heads that are bound to a variable in the GDL script.
getGraphHeadFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating graph head instances.
getGraphHeads() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all GraphHeads contained in the ASCII graph.
getGraphHeadsByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns GraphHeads by their given variables.
getGraphIds() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Returns all graphs that element belongs to.
getGraphIds() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
getGraphLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the graph labels available in the meta data.
getGraphPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified graph label.
getId() - Method in interface org.gradoop.common.model.api.entities.Identifiable
Returns the identifier of that entity.
getId() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getInt() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as int.
getKey() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns the property key.
getKey() - Method in class org.gradoop.common.model.impl.properties.Property
Returns the property key.
getKeys() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns property keys in insertion order.
getLabel() - Method in interface org.gradoop.common.model.api.entities.Labeled
Returns the label of that entity.
getLabel() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getLength() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get length
getList() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as List<PropertyValue>.
getLong() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as long.
getMap() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped Map as Map<PropertyValue, PropertyValue>.
getMaxNormalizedKeyLen() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
getObject() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as object.
getOffset() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get offset
getProperties() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns all properties of that entity.
getProperties() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropertyCount() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns the number of properties stored at that entity.
getPropertyCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropertyKeys() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns all property keys of that entity or null it that entity has no properties.
getPropertyKeys() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropertyValue(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns the object referenced by the given key or null if the key does not exist.
getPropertyValue(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getRawBytes(T) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Serializes the given object.
getRawBytes() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
getRawBytes(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getRawBytes(Boolean) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
Serializes the given object.
getRawBytes(LocalDate) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getRawBytes(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getRawBytes(Double) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getRawBytes(Float) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getRawBytes(GradoopId) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getRawBytes(Integer) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getRawBytes(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
Serializes the given object.
getRawBytes(Long) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getRawBytes(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
Serializes the given object.
getRawBytes(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getRawBytes(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get byte array representation of the provided object.
getRawBytes(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
Serializes the given object.
getRawBytes(Short) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getRawBytes(String) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getRawBytes(LocalTime) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getRawBytesWithoutType(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Get the raw byte representation of a PropertyValue instance without the type byte as prefix.
getRawType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Gets a byte which represents the data type the specific strategy handles.
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getSet() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped Set as Set<PropertyValue>.
getShort() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as short.
getSourceId() - Method in interface org.gradoop.common.model.api.entities.Edge
Returns the source vertex identifier.
getSourceId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
getString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as String.
getTargetId() - Method in interface org.gradoop.common.model.api.entities.Edge
Returns the target vertex identifier.
getTargetId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
getTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalTime.
getType() - Method in interface org.gradoop.common.model.api.entities.ElementFactory
Returns the type of the instances produced by that factory.
getType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Gets the class of the data type the specific strategy handles.
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
getType() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Get the data type as class object according to the first position of the rawBytes[] array.
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getTypeByte(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Get the type byte of a PropertyValue instance.
getTypeByte() - Method in enum org.gradoop.common.model.impl.properties.Type
Returns the byte representation.
getTypeString(PropertyValue) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the type string for the specified property value.
getTypeString() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns the property type string.
getValue() - Method in class org.gradoop.common.model.impl.properties.Property
Returns the property value.
getValueParser() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns a parser for the property value.
getVertexByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns vertex by its given variable.
getVertexCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that are bound to a variable in the GDL script.
getVertexFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating vertex instances.
getVertexLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the vertex labels available in the meta data.
getVertexPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified vertex label.
getVertices() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices contained in the ASCII graph.
getVerticesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that belong to the given graphs.
getVerticesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that belong to the given graph variables.
getVerticesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns vertices by their given variables.
GradoopConfig<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.config
Basic Gradoop Configuration.
GradoopConfig() - Constructor for class org.gradoop.common.config.GradoopConfig
 
GradoopConstants - Class in org.gradoop.common.util
Constants used in Gradoop.
GradoopConstants() - Constructor for class org.gradoop.common.util.GradoopConstants
 
GradoopId - Class in org.gradoop.common.model.impl.id
Primary key for an EPGM element.
GradoopId() - Constructor for class org.gradoop.common.model.impl.id.GradoopId
Required default constructor for instantiation by serialization logic.
GradoopId(int, int, short, int) - Constructor for class org.gradoop.common.model.impl.id.GradoopId
Creates a GradoopId using the given time, machine identifier, process identifier, and counter.
GradoopIdSet - Class in org.gradoop.common.model.impl.id
Represents a set of GradoopId instances, ignoring any duplicates.
GradoopIdSet() - Constructor for class org.gradoop.common.model.impl.id.GradoopIdSet
Required default constructor for instantiation by serialization logic.
GradoopIdStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type GradoopIdStrategy.
GradoopIdStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
GraphElement - Interface in org.gradoop.common.model.api.entities
A graph element is part of a graph.
GraphHead - Interface in org.gradoop.common.model.api.entities
Describes data specifically assigned to a graph.
GraphHeadFactory<G extends GraphHead> - Interface in org.gradoop.common.model.api.entities
Initializes GraphHead objects of a given type.
graphMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.

H

hashCode() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns the hash code of this GradoopId.
hashCode() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
hashCode() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
hashCode(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Hashes a specified byte array with offset and length.
hashCode() - Method in class org.gradoop.common.model.impl.properties.Properties
Two properties collections have identical hash codes, if they contain the same properties in the same order.
hashCode() - Method in class org.gradoop.common.model.impl.properties.Property
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
hasProperty(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns true, if the element has a property with the given property key.
hasProperty(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 

I

id - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Entity identifier.
ID_SIZE - Static variable in class org.gradoop.common.model.impl.id.GradoopId
Number of bytes to represent an id internally.
Identifiable - Interface in org.gradoop.common.model.api.entities
Describes an identifiable entity.
IdentifiableComparator - Class in org.gradoop.common.model.impl.comparators
Id based EPGM element comparator.
IdentifiableComparator() - Constructor for class org.gradoop.common.model.impl.comparators.IdentifiableComparator
 
initEdge(GradoopId, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, Properties) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initGraphHead(GradoopId) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId, String) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId, String, Properties) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
initGraphHead(GradoopId, String) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
initGraphHead(GradoopId, String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
initVertex(GradoopId) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, Properties) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
IntegerStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Integer.
IntegerStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
is(Object) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Checks if given object is an instance of the data type the specific strategy handles.
is(Class) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Check if the property value type is an instance of a certain class.
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
isBigDecimal() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type BigDecimal.
isBoolean() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type boolean.
isDate() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalDate.
isDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalDateTime.
isDouble() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type double.
isEmpty() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the set is empty.
isEmpty() - Method in class org.gradoop.common.model.impl.properties.Properties
True, if the properties collection does not store any properties.
isFloat() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type float.
isGradoopId() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type GradoopId.
isInt() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type int.
isList() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type List.
isLong() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type long.
isMap() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type Map.
isNull() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the value represents null.
isNumber() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is a subtype of Number.
isSet() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type Set.
isShort() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type short.
isString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type String.
isTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalTime.
isValid(String) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Checks if a string can be transformed into a GradoopId.
iterator() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
iterator() - Method in class org.gradoop.common.model.impl.properties.Properties
 
iterator() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 

L

label - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Label of that entity.
Labeled - Interface in org.gradoop.common.model.api.entities
Describes an entity that has a label.
LARGE_PROPERTY_THRESHOLD - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
If the length of the byte representation is larger than this value, the length will be stored as an int instead of a short.
ListStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type List.
ListStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
LongStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Long.
LongStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 

M

MapStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Map.
MapStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
max(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values and returns the bigger one.
MetaData - Class in org.gradoop.common.model.impl.metadata
Describes the data stored in the vertex and edge CSV files.
MetaData(Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>) - Constructor for class org.gradoop.common.model.impl.metadata.MetaData
Constructor
min(GradoopId, GradoopId) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Compares the given GradoopIds and returns the smaller one.
min(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values and returns the smaller one.
multiply(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Multiplies two numerical property values.

N

NULL_STRING - Static variable in class org.gradoop.common.util.GradoopConstants
String representation of null.
NULL_VALUE - Static variable in class org.gradoop.common.model.impl.id.GradoopId
Represents a null id.
NULL_VALUE - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Represents a property value that is null.
NullStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations when the value is null.
NullStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
Numeric() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
 

O

OFFSET - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Value offset in byte
or(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Boolean
Logical or of two boolean properties.
Order - Enum in org.gradoop.common.util
Used for sort operations.
org.gradoop.common.config - package org.gradoop.common.config
Contains Configuration classes for Gradoop.
org.gradoop.common.exceptions - package org.gradoop.common.exceptions
Contains all additional exceptions used by Gradoop.
org.gradoop.common.model.api.entities - package org.gradoop.common.model.api.entities
Contains all interfaces defining the Extended EPGMProperty Graph model.
org.gradoop.common.model.api.strategies - package org.gradoop.common.model.api.strategies
Contains interfaces that are related to property value strategies.
org.gradoop.common.model.impl.comparators - package org.gradoop.common.model.impl.comparators
Contains comparators for EPGM elements.
org.gradoop.common.model.impl.id - package org.gradoop.common.model.impl.id
Contains all classes for id handling in Gradoop.
org.gradoop.common.model.impl.metadata - package org.gradoop.common.model.impl.metadata
Contains a default implementation of meta data.
org.gradoop.common.model.impl.pojo - package org.gradoop.common.model.impl.pojo
Contains a default POJO implementation of EPGM entities.
org.gradoop.common.model.impl.properties - package org.gradoop.common.model.impl.properties
Contains classes for property handling in Gradoop.
org.gradoop.common.model.impl.properties.bytes - package org.gradoop.common.model.impl.properties.bytes
Utility classes that handle byte arrays, conversions to/from other types, comparisons, hash code generation, etc.
org.gradoop.common.model.impl.properties.strategies - package org.gradoop.common.model.impl.properties.strategies
Contains classes that implement the PropertyValueStrategy interface as well as their factory and utility classes.
org.gradoop.common.util - package org.gradoop.common.util
Contains utility classes.

P

properties - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Internal property storage
Properties - Class in org.gradoop.common.model.impl.properties
Represents the properties of an EPGMElement.
Properties() - Constructor for class org.gradoop.common.model.impl.properties.Properties
Default constructor
Property - Class in org.gradoop.common.model.impl.properties
A single property in the EPGM model.
Property() - Constructor for class org.gradoop.common.model.impl.properties.Property
Creates a new property.
PROPERTY_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Used to separate property meta data.
PROPERTY_TOKEN_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.MetaData
Used to separate property tokens (property-key, property-type)
PROPERTY_TOKEN_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Used to separate property tokens (property-key, property-type)
PropertyMetaData - Class in org.gradoop.common.model.impl.metadata
Stores the meta data for a property which is the property key and a property value parser.
PropertyMetaData(String, String, Function<String, Object>) - Constructor for class org.gradoop.common.model.impl.metadata.PropertyMetaData
Constructor.
PropertyValue - Class in org.gradoop.common.model.impl.properties
Represents a single property value in the EPGM.
PropertyValue() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValue
Default constructor.
PropertyValueList - Class in org.gradoop.common.model.impl.properties
Represents a list of property values.
PropertyValueList() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueList
Default constructor (used for (de-)serialization.
PropertyValueStrategy<T> - Interface in org.gradoop.common.model.api.strategies
Interface defining the methods necessary to handle the (de-) serialization of a PropertyValue's value.
PropertyValueStrategyFactory - Class in org.gradoop.common.model.impl.properties.strategies
Factory class responsible for instantiating strategy classes that manage every kind of access to the current PropertyValue value.
PropertyValueUtils - Class in org.gradoop.common.model.impl.properties
Utilities for operations on multiple property values.
PropertyValueUtils() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils
 
PropertyValueUtils.Boolean - Class in org.gradoop.common.model.impl.properties
Boolean utilities.
PropertyValueUtils.BytesUtils - Class in org.gradoop.common.model.impl.properties
Byte utilities.
PropertyValueUtils.Numeric - Class in org.gradoop.common.model.impl.properties
Numeric utilities.
putByte(byte[], int, byte) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Write a single byte out to the specified byte array position.
putBytes(byte[], int, byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put bytes at the specified byte array position.
putDouble(byte[], int, double) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a double value out to the specified byte position.
putFloat(byte[], int, float) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a float value out to the specified byte position.
putInt(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put an int value out to the specified byte array position.
putLong(byte[], int, long) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a long value out to the specified byte array position.
putShort(byte[], int, short) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a short value out to the specified byte array position.

R

read(DataInputView, byte) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Reads raw bytes from the given DataInputView and deserializes the contained object.
read(DataInputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.Properties
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.Property
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
remove(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Removes the property of the given key from the list.
remove(Property) - Method in class org.gradoop.common.model.impl.properties.Properties
Removes the given property from the list.
removeProperty(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Removes the properties associated with the given key.
removeProperty(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
resetGraphIds() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Resets all graph elements.
resetGraphIds() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 

S

serializeDate(LocalDate) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalDate value.
serializeDateTime(LocalDateTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalDateTime value.
serializeTime(LocalTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalTime value.
set(byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Set byte array with offset 0 and length of the byte array.
set(byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Set byte array, offset and length.
set(Property) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
set(String, PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
set(String, Object) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
setBigDecimal(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as BigDecimal value.
setBoolean(boolean) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as boolean value.
setBytes(byte[]) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Set internal byte representation.
setDate(LocalDate) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalDate value.
setDateTime(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalDateTime value.
setDouble(double) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as double value.
setFloat(float) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as float value.
setGradoopId(GradoopId) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as GradoopId value.
setGraphIds(GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.GraphElement
Adds the given graph set to the element.
setGraphIds(GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
setId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Identifiable
Sets the identifier of that entity.
setId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setInt(int) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as int value.
setKey(String) - Method in class org.gradoop.common.model.impl.properties.Property
Sets the property key.
setLabel(String) - Method in interface org.gradoop.common.model.api.entities.Labeled
Sets the label of that entity.
setLabel(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setList(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as List value.
setLong(long) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as long value.
setMap(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as Map value.
setObject(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the given value as internal value if it has a supported type.
setProperties(Properties) - Method in interface org.gradoop.common.model.api.entities.Attributed
Sets the given properties as new properties.
setProperties(Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperty(Property) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(String, PropertyValue) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(String, Object) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(Property) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperty(String, Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperty(String, PropertyValue) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setSet(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as Set value.
setShort(short) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as short value.
setSourceId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
Sets the source vertex identifier.
setSourceId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
SetStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Set.
SetStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
setString(String) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as String value.
setTargetId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
Sets the target vertex identifier.
setTargetId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
setTime(LocalTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalTime value.
setValue(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Property
Sets the property value.
ShortStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Short.
ShortStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
size() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Returns the number of contained gradoop ids
size() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns the number of properties.
SIZEOF_BOOLEAN - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of boolean in bytes
SIZEOF_BYTE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of char in bytes
SIZEOF_DATE - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalDate value
SIZEOF_DATETIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalDateTime value
SIZEOF_DOUBLE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of float in bytes
SIZEOF_INT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of int in bytes
SIZEOF_LONG - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of short in bytes
SIZEOF_TIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalTime value
StringStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type String.
StringStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 

T

TimeStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalTime.
TimeStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
toBigDecimal(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a BigDecimal
toBigDecimal(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a BigDecimal value
toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns byte representation of a GradoopId
toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Returns the byte representation of that set.
toBytes(String) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a string to a UTF-8 byte array.
toBytes(BigDecimal) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Convert a BigDecimal value to a byte array
toDouble(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a double value.
toDouble(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a double value.
toFloat(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toInt(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toInt(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toInt(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toIntUnsafe(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value (Unsafe version)
toList() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns a list of properties.
toLong(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
toShort(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
toShort(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
toShort(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
toString() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns hex string representation of a GradoopId.
toString() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHead
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertex
 
toString() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
toString(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], String, byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString() - Method in class org.gradoop.common.model.impl.properties.Properties
 
toString() - Method in class org.gradoop.common.model.impl.properties.Property
 
toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
toString() - Method in enum org.gradoop.common.model.impl.properties.Type
Returns the string representation.
Type - Enum in org.gradoop.common.model.impl.properties
Representations of types that are supported by PropertyValue

U

UnsupportedTypeException - Exception in org.gradoop.common.exceptions
Used during parsing of properties.
UnsupportedTypeException(String) - Constructor for exception org.gradoop.common.exceptions.UnsupportedTypeException
Creates a new exception object using the given message.
UnsupportedTypeException(Class) - Constructor for exception org.gradoop.common.exceptions.UnsupportedTypeException
Creates a new exception with information about the given class.

V

valueOf(String) - Static method in enum org.gradoop.common.model.impl.properties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.common.util.Order
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gradoop.common.model.impl.properties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.common.util.Order
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Interface in org.gradoop.common.model.api.entities
Describes data assigned to a vertex.
VertexFactory<V extends Vertex> - Interface in org.gradoop.common.model.api.entities
Initializes Vertex objects of a given type.
vertexMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.

W

write(T, DataOutputView) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Writes the given value to the provided DataOutputView.
write(DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.Properties
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.Property
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Byte representation: byte 1 : type info for dynamic length types (e.g.
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
write(T, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.AbstractFixSizedPropertyValueStrategy
 
write(T, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.AbstractVariableSizedPropertyValueStrategy
 
write(Object, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.