Uses of Class
org.hypergraphdb.HGStore

Packages that use HGStore
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.peer   
 

Uses of HGStore in org.hypergraphdb
 

Methods in org.hypergraphdb that return HGStore
 HGStore HyperGraph.getStore()
          Return the HGStore used by this hypergraph.
 

Uses of HGStore in org.hypergraphdb.peer
 

Methods in org.hypergraphdb.peer with parameters of type HGStore
static HGHandle SubgraphManager.store(Subgraph subgraph, HGStore store)