Class ModelConstructorUtilities
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.modelconstructor.ModelConstructorUtilities
-
public class ModelConstructorUtilities extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>modelTypeToHumanReadableNameDeprecated.
-
Constructor Summary
Constructors Constructor Description ModelConstructorUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.jena.rdf.model.ModelgetOrConstructModel(String uri, String modelType, edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService rdfService)
-
-
-
Method Detail
-
getOrConstructModel
public static org.apache.jena.rdf.model.Model getOrConstructModel(String uri, String modelType, edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService rdfService) throws MalformedQueryParametersException
-
-