Uses of Class
edu.upc.dama.dex.core.DbGraph

Packages that use DbGraph
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
edu.upc.dama.dex.shell Provides a useful command-line tool to query the content of a DbGraph (a DEX graph database). 
 

Uses of DbGraph in edu.upc.dama.dex.core
 

Methods in edu.upc.dama.dex.core that return DbGraph
 DbGraph Session.getDbGraph()
          Gets the DbGraph instance.
 

Uses of DbGraph in edu.upc.dama.dex.shell
 

Constructors in edu.upc.dama.dex.shell with parameters of type DbGraph
CommandShell(DbGraph graph, java.io.Writer writer)
          Constructor of the new command shell implemented with a new thread.
Shell(DbGraph dbgraph, java.io.Reader reader, java.io.Writer writer)
          Create a new shell.