Package | Description |
---|---|
org.hypergraphdb.algorithms | |
org.hypergraphdb.query | |
org.hypergraphdb.query.cond2qry | |
org.hypergraphdb.query.impl | |
org.hypergraphdb.storage | |
org.hypergraphdb.util |
Modifier and Type | Method and Description |
---|---|
Pair<HGHandle,HGHandle> |
DefaultALGenerator.AdjIterator.current() |
Pair<HGHandle,HGHandle> |
SimpleALGenerator.AdjIterator.current() |
Pair<HGHandle,HGHandle> |
HGDepthFirstTraversal.next() |
Pair<HGHandle,HGHandle> |
DefaultALGenerator.AdjIterator.next() |
Pair<HGHandle,HGHandle> |
HGTraversal.next()
Return a pair consisting of the link pointing to the next atom in the
traversal as well as the atom itself.
|
Pair<HGHandle,HGHandle> |
HGBreadthFirstTraversal.next() |
Pair<HGHandle,HGHandle> |
HyperTraversal.next() |
Pair<HGHandle,HGHandle> |
SimpleALGenerator.AdjIterator.next() |
Pair<HGHandle,HGHandle> |
CopyGraphTraversal.next() |
Pair<HGHandle,HGHandle> |
DefaultALGenerator.AdjIterator.prev() |
Pair<HGHandle,HGHandle> |
SimpleALGenerator.AdjIterator.prev() |
Modifier and Type | Method and Description |
---|---|
HGSearchResult<Pair<HGHandle,HGHandle>> |
DefaultALGenerator.generate(HGHandle h) |
HGSearchResult<Pair<HGHandle,HGHandle>> |
SimpleALGenerator.generate(HGHandle h) |
HGSearchResult<Pair<HGHandle,HGHandle>> |
HGALGenerator.generate(HGHandle h)
Return
HGSearchResult over all atoms adjacent to the passed in
atom. |
Modifier and Type | Method and Description |
---|---|
Pair<HGQueryCondition,Set<HGQueryCondition>> |
QueryCompile.Contract.contract(HyperGraph graph,
HGQueryCondition expression) |
Modifier and Type | Field and Description |
---|---|
static Pair<HGQueryCondition,Set<HGQueryCondition>> |
ContractConjunction.emptyresult |
static Pair<HGQueryCondition,Set<HGQueryCondition>> |
ContractConjunction.notransform |
Modifier and Type | Method and Description |
---|---|
Pair<HGQueryCondition,Set<HGQueryCondition>> |
ContractConjunction.TypeValueContract.contract(HyperGraph graph,
HGQueryCondition expression) |
Pair<HGQueryCondition,Set<HGQueryCondition>> |
ContractConjunction.ApplyByPartIndex.contract(HyperGraph graph,
HGQueryCondition expression) |
Pair<HGQueryCondition,Set<HGQueryCondition>> |
ContractConjunction.ApplyByTargetIndex.contract(HyperGraph graph,
HGQueryCondition expression) |
static Pair<AtomTypeCondition,TypeConditionAggregate> |
QEManip.reduce(HyperGraph graph,
Set<TypeCondition> bytype)
Return the one true type condition out of a conjunction of multiple
conditions that constrain by type in one way or another.
|
Modifier and Type | Method and Description |
---|---|
Pair<HGHandle,HGHandle> |
TraversalResult.current() |
Pair<HGHandle,HGHandle> |
TraversalResult.next() |
Pair<HGHandle,HGHandle> |
TraversalResult.prev() |
Modifier and Type | Method and Description |
---|---|
Iterator<Pair<HGPersistentHandle,Object>> |
HGStoreSubgraph.iterator() |
Iterator<Pair<HGPersistentHandle,Object>> |
StorageGraph.iterator() |
Iterator<Pair<HGPersistentHandle,Object>> |
RefDelegateStorageGraph.iterator() |
Iterator<Pair<HGPersistentHandle,Object>> |
RAMStorageGraph.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
Cons<E> |
Modifier and Type | Method and Description |
---|---|
Iterator<Pair<X,Y>> |
TwoWayMap.xyiterator() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
HGUtils.cloneObject(T p,
Mapping<Pair<Object,String>,Boolean> propertyFilter) |
Copyright © 2015. All rights reserved.