Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.atom | |
org.hypergraphdb.cache |
Modifier and Type | Method and Description |
---|---|
IncidenceSet |
IncidenceSetRef.deref() |
IncidenceSet |
HyperGraph.getIncidenceSet(HGHandle handle)
Return the
IncidenceSet , that is the set of all HGLink s pointing
to, the atom referred by the passed in handle. |
IncidenceSet |
HyperNode.getIncidenceSet(HGHandle handle) |
Modifier and Type | Method and Description |
---|---|
HGCache<HGPersistentHandle,IncidenceSet> |
HGAtomCache.getIncidenceCache()
Return the incidence set cache.
|
Modifier and Type | Method and Description |
---|---|
void |
HGAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache)
Set the implementation of the incidence sets cache to use.
|
Modifier and Type | Method and Description |
---|---|
IncidenceSet |
HGSubgraph.getIncidenceSet(HGHandle handle)
Return incidence set where each element is a member of this
HGSubgraph . |
Modifier and Type | Method and Description |
---|---|
HGCache<HGPersistentHandle,IncidenceSet> |
WeakRefAtomCache.getIncidenceCache() |
HGCache<HGPersistentHandle,IncidenceSet> |
DefaultAtomCache.getIncidenceCache() |
HGCache<HGPersistentHandle,IncidenceSet> |
PhantomRefAtomCache.getIncidenceCache() |
Modifier and Type | Method and Description |
---|---|
void |
WeakRefAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
void |
DefaultAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
void |
PhantomRefAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache) |
Copyright © 2015. All rights reserved.