Uses of Class
org.hypergraphdb.IncidenceSet

Packages that use IncidenceSet
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.cache   
 

Uses of IncidenceSet in org.hypergraphdb
 

Methods in org.hypergraphdb that return IncidenceSet
 IncidenceSet IncidenceSetRef.deref()
           
 IncidenceSet HyperGraph.getIncidenceSet(HGHandle handle)
          Return the IncidenceSet, that is the set ofall HGLinks pointing to, the atom referred by the passed in handle.
 

Methods in org.hypergraphdb that return types with arguments of type IncidenceSet
 HGCache<HGPersistentHandle,IncidenceSet> HGAtomCache.getIncidenceCache()
          Return the incidence set cache.
 

Uses of IncidenceSet in org.hypergraphdb.cache
 

Methods in org.hypergraphdb.cache that return types with arguments of type IncidenceSet
 HGCache<HGPersistentHandle,IncidenceSet> WeakRefAtomCache.getIncidenceCache()
           
 HGCache<HGPersistentHandle,IncidenceSet> DefaultAtomCache.getIncidenceCache()
           
 

Method parameters in org.hypergraphdb.cache with type arguments of type IncidenceSet
 void WeakRefAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache)
           
 void DefaultAtomCache.setIncidenceCache(HGCache<HGPersistentHandle,IncidenceSet> cache)