Interface CachedModelConstructor
-
public interface CachedModelConstructor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.jena.rdf.model.ModelgetConstructedModel()StringgetModelType()
-
-
-
Method Detail
-
getConstructedModel
org.apache.jena.rdf.model.Model getConstructedModel() throws MalformedQueryParametersException
-
getModelType
String getModelType()
-
-