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

edu.cornell.mannlib.vitro.webapp.visualization.visutils.ModelConstructor Maven / Gradle / Ivy

The newest version!
/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.visualization.visutils;

import org.apache.jena.rdf.model.Model;

import edu.cornell.mannlib.vitro.webapp.visualization.exceptions.MalformedQueryParametersException;

public interface ModelConstructor {

	Model getConstructedModel() throws MalformedQueryParametersException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy