Package org.ontoware.rdf2go.impl

Source Code of org.ontoware.rdf2go.impl.StaticBinding

/*
* Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2007.
*
* Licensed under the Aduna BSD-style license.
*/
package org.ontoware.rdf2go.impl;

import org.ontoware.rdf2go.ModelFactory;

import org.openrdf.rdf2go.RepositoryModelFactory;

/**
* Static binding for RDF2Go.
*/
public class StaticBinding {

  public static ModelFactory getModelFactory() {
    return new RepositoryModelFactory();
  }

}
TOP

Related Classes of org.ontoware.rdf2go.impl.StaticBinding

TOP
Copyright © 2018 www.massapi.com. 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.