public class VitroModelSource extends Object implements com.hp.hpl.jena.rdf.model.ModelSource
| Modifier and Type | Class and Description |
|---|---|
static class |
VitroModelSource.ModelName
Each of these values identifies a model in the system.
|
| Constructor and Description |
|---|
VitroModelSource(com.hp.hpl.jena.rdf.model.ModelSource innerSource,
javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
createDefaultModel() |
com.hp.hpl.jena.rdf.model.Model |
createFreshModel() |
com.hp.hpl.jena.rdf.model.Model |
getModel(String arg0) |
com.hp.hpl.jena.rdf.model.Model |
getModel(String arg0,
com.hp.hpl.jena.rdf.model.ModelReader arg1) |
static VitroModelSource.ModelName |
getModelName(String string)
Returns null if the string is not a ModelName.
|
com.hp.hpl.jena.rdf.model.Model |
openModel(String arg0) |
com.hp.hpl.jena.rdf.model.Model |
openModelIfPresent(String arg0) |
public VitroModelSource(com.hp.hpl.jena.rdf.model.ModelSource innerSource,
javax.servlet.ServletContext context)
public com.hp.hpl.jena.rdf.model.Model getModel(String arg0)
getModel in interface com.hp.hpl.jena.rdf.model.ModelGetterpublic com.hp.hpl.jena.rdf.model.Model getModel(String arg0, com.hp.hpl.jena.rdf.model.ModelReader arg1)
getModel in interface com.hp.hpl.jena.rdf.model.ModelGetterpublic com.hp.hpl.jena.rdf.model.Model createDefaultModel()
createDefaultModel in interface com.hp.hpl.jena.rdf.model.ModelSourcepublic com.hp.hpl.jena.rdf.model.Model createFreshModel()
createFreshModel in interface com.hp.hpl.jena.rdf.model.ModelSourcepublic com.hp.hpl.jena.rdf.model.Model openModel(String arg0)
openModel in interface com.hp.hpl.jena.rdf.model.ModelSourcepublic com.hp.hpl.jena.rdf.model.Model openModelIfPresent(String arg0)
openModelIfPresent in interface com.hp.hpl.jena.rdf.model.ModelSourcepublic static VitroModelSource.ModelName getModelName(String string)
Copyright © 2016. All rights reserved.