Uses of Interface
org.hypergraphdb.HGSearchable

Packages that use HGSearchable
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.atom   
org.hypergraphdb.query.impl   
org.hypergraphdb.storage   
org.hypergraphdb.type   
org.hypergraphdb.type.javaprimitive   
 

Uses of HGSearchable in org.hypergraphdb
 

Subinterfaces of HGSearchable in org.hypergraphdb
 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.
 

Uses of HGSearchable in org.hypergraphdb.atom
 

Classes in org.hypergraphdb.atom that implement HGSearchable
 class HGRelTypeConstructor
           The type of HGRelType.
 

Uses of HGSearchable in org.hypergraphdb.query.impl
 

Methods in org.hypergraphdb.query.impl that return HGSearchable
 HGSearchable SearchableBasedQuery.getSearchable()
           
 

Methods in org.hypergraphdb.query.impl with parameters of type HGSearchable
 void SearchableBasedQuery.setSearchable(HGSearchable searchable)
           
 

Constructors in org.hypergraphdb.query.impl with parameters of type HGSearchable
SearchableBasedQuery(HGSearchable searchable, java.lang.Object key, ComparisonOperator operator)
           Construct a new HGSearchable based query.
 

Uses of HGSearchable in org.hypergraphdb.storage
 

Classes in org.hypergraphdb.storage that implement HGSearchable
 class DefaultBiIndexImpl<KeyType,ValueType>
           
 class DefaultIndexImpl<KeyType,ValueType>
           A default index implementation.
 

Uses of HGSearchable in org.hypergraphdb.type
 

Classes in org.hypergraphdb.type that implement HGSearchable
 class AtomRefType
           Represents the type of a HGAtomRef value.
 class HGHandleType
           
 class SlotType
           The SlotType handles atoms of type Slot.
 

Uses of HGSearchable in org.hypergraphdb.type.javaprimitive
 

Classes in org.hypergraphdb.type.javaprimitive that implement HGSearchable
 class BooleanType
           
 class ByteType
           
 class CharType
           
 class DoubleType
           
 class FloatType
           
 class IntType
           The implementation of the primitive Integer type.
 class LongType
           
 class NumericTypeBase<T>
           
 class PrimitiveTypeBase<JavaType>
           A generic, base implementation of the primitive Java types.
 class ShortType
           
 class StringType
           The implementation of the primitive String type.