- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- getDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-