Package com.tinkerpop.frames.modules.javahandler

Examples of com.tinkerpop.frames.modules.javahandler.JavaHandlerModule


        this.systemGraph = new DendriteGraph(systemGraphId, systemProperties);

        // Create a FramedGraphFactory, which we'll use to wrap our metadata graph vertices and edges.
        this.frameFactory = new FramedGraphFactory(
                new GremlinGroovyModule(),
                new JavaHandlerModule(),
                new TypedGraphModuleBuilder()
                        .withClass(ProjectMetadata.class)
                        .withClass(BranchMetadata.class)
                        .withClass(GraphMetadata.class)
                        .withClass(JobMetadata.class)
View Full Code Here

TOP

Related Classes of com.tinkerpop.frames.modules.javahandler.JavaHandlerModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.