|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphPool | |
|---|---|
| edu.upc.dama.dex.core | Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. |
| Uses of GraphPool in edu.upc.dama.dex.core |
|---|
| Methods in edu.upc.dama.dex.core that return GraphPool | |
|---|---|
GraphPool |
DEX.create(java.io.File img)
Creates a new empty persistent graph database. |
GraphPool |
DEX.create(java.io.File img,
java.lang.String alias)
Creates a new empty persistent graph database. |
GraphPool |
DEX.create(java.lang.String img)
Creates a new empty persistent graph database. |
GraphPool |
DEX.create(java.lang.String img,
java.lang.String alias)
Creates a new empty persistent graph database. |
GraphPool |
Graph.getGraphPool()
Gets the parent GraphPool instance. |
GraphPool |
Session.getGraphPool()
Gets the parent GraphPool instance. |
GraphPool |
DEX.open(java.io.File img)
Opens a persistent graph database. |
GraphPool |
DEX.open(java.lang.String img)
Opens a persistent graph database. |
GraphPool |
DEX.openReadOnly(java.io.File img)
Opens a persistent graph database in read only mode. |
GraphPool |
DEX.openReadOnly(java.lang.String img)
Opens a persistent graph database in read only mode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||