public interface Module
FramedGraphFactory to create a
configuration for each graphs produced by that factory.
Modules may add FrameInitializers TypeResolvers and
AnnotationHandlers to the configuration.
Modules may wrap the graph being framed. For example to add an event graph.
Modules should be fast and light weight as configure will be called for each FramedGraph created.FramedGraphFactory| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Graph |
configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config) |
com.tinkerpop.blueprints.Graph configure(com.tinkerpop.blueprints.Graph baseGraph,
FramedGraphConfiguration config)
baseGraph - The graph being framed.config - The configuration for the new FramedGraph.Copyright © 2011-2014 JBoss by Red Hat. All Rights Reserved.