org.hypergraphdb.peer
Class SubgraphManager

java.lang.Object
  extended by org.hypergraphdb.peer.SubgraphManager

public class SubgraphManager
extends java.lang.Object

Author:
ciprian.costa Some generic operations that can be done with subgraphs (like adding one to a HGDB)

Constructor Summary
SubgraphManager()
           
 
Method Summary
static java.lang.Object get(Subgraph subgraph, HyperGraph graph)
           
static HGHandle store(Subgraph subgraph, HGStore store)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubgraphManager

public SubgraphManager()
Method Detail

store

public static HGHandle store(Subgraph subgraph,
                             HGStore store)

get

public static java.lang.Object get(Subgraph subgraph,
                                   HyperGraph graph)