Package org.jrdf.graph.local

Examples of org.jrdf.graph.local.GraphFactoryImpl


    public Graph getNewGraph() {
        LongIndex[] indexes = createIndexes();
        NodePoolFactory nodePoolFactory = new MemNodePoolFactory();
        IteratorTrackingCollectionFactory collectionFactory = new MemCollectionFactory();
        return new GraphFactoryImpl(indexes, nodePoolFactory, collectionFactory).getGraph();
    }
View Full Code Here

TOP

Related Classes of org.jrdf.graph.local.GraphFactoryImpl

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.