public class AbstractModule extends Object implements Module
| Constructor and Description |
|---|
AbstractModule() |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Graph |
configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
protected void |
doConfigure(FramedGraphConfiguration config)
Perform common configuration across all graph types.
|
protected com.tinkerpop.blueprints.Graph |
doConfigure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
protected com.tinkerpop.blueprints.TransactionalGraph |
doConfigure(com.tinkerpop.blueprints.TransactionalGraph baseGraph,
FramedGraphConfiguration config)
Perform configuration
|
public final com.tinkerpop.blueprints.Graph configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config)
protected com.tinkerpop.blueprints.Graph doConfigure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config)
baseGraph - The graph being framed.config - The configuration for the new FramedGraph.protected com.tinkerpop.blueprints.TransactionalGraph doConfigure(com.tinkerpop.blueprints.TransactionalGraph baseGraph,
FramedGraphConfiguration config)
baseGraph - The graph being framed.config - The configuration for the new FramedGraph.protected void doConfigure(FramedGraphConfiguration config)
config - Copyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.