All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ontoware.rdf2go.model.ModelSetTest Maven / Gradle / Ivy

The newest version!
package org.ontoware.rdf2go.model;

import org.ontoware.rdf2go.ModelFactory;
import org.ontoware.rdf2go.RDF2Go;

/**
 * Tests the implementation found on the classpath
 * @author voelkel
 *
 */
public class ModelSetTest extends AbstractModelSetTest {

	@Override
	public ModelFactory getModelFactory() {
		return RDF2Go.getModelFactory();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy