Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.atom | |
org.hypergraphdb.query.impl | |
org.hypergraphdb.type | |
org.hypergraphdb.type.javaprimitive |
Modifier and Type | Interface and Description |
---|---|
interface |
HGBidirectionalIndex<KeyType,ValueType>
A
HGBidirectionalIndex provides efficient searching of an
index entry by value as well as by key. |
interface |
HGIndex<KeyType,ValueType>
The
HGIndex interface represents an user-created index in the HyperGraph
data structure. |
interface |
HGOrderedSearchable<KeyType,ValueType>
The
HGOrderedSearchable interface specifies that an object can be
viewed as an ordered collection from where a range of values can be obtained
based on a key and comparison operator. |
interface |
HGSortIndex<KeyType,ValueType>
A
HGSortIndex is a HGIndex that maintains its
keys in an order relation. |
Modifier and Type | Class and Description |
---|---|
class |
HGRelTypeConstructor
The type of
HGRelType . |
Modifier and Type | Field and Description |
---|---|
protected HGSearchable<Key,Value> |
SearchableBasedQuery.searchable |
Modifier and Type | Method and Description |
---|---|
HGSearchable<Key,Value> |
SearchableBasedQuery.getSearchable() |
Modifier and Type | Method and Description |
---|---|
void |
SearchableBasedQuery.setSearchable(HGSearchable<Key,Value> searchable) |
Constructor and Description |
---|
SearchableBasedQuery(HGSearchable<Key,Value> searchable,
Key key,
ComparisonOperator operator)
Construct a new
HGSearchable based query. |
SearchableBasedQuery(HGSearchable<Key,Value> searchable,
Ref<Key> key,
ComparisonOperator operator) |
Modifier and Type | Class and Description |
---|---|
class |
AtomRefType
Represents the type of a
HGAtomRef value. |
class |
HGHandleType |
class |
SlotType
The
SlotType handles atoms of type Slot . |
Modifier and Type | Class and Description |
---|---|
class |
BooleanType |
class |
ByteType |
class |
CalendarType |
class |
CharType |
class |
DateType |
class |
DateTypeBase<JavaType> |
class |
DoubleType |
class |
FloatType |
class |
IntType
The implementation of the primitive
Integer type. |
class |
LongType |
class |
NumericTypeBase<T extends Number> |
class |
PrimitiveTypeBase<JavaType>
A generic, base implementation of the primitive Java types.
|
class |
ShortType |
class |
StringType
The implementation of the primitive
String type. |
class |
TimestampType |
Copyright © 2015. All rights reserved.