Package org.apache.stanbol.enhancer.servicesapi.helper.impl

Examples of org.apache.stanbol.enhancer.servicesapi.helper.impl.SimpleRdfEntityFactory


     * @param graph the graph used by the proxies created by this factory to
     * read/write there data
     * @return the created factory
     */
    public static RdfEntityFactory createInstance(MGraph graph){
        return new SimpleRdfEntityFactory(graph);
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.enhancer.servicesapi.helper.impl.SimpleRdfEntityFactory

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.