Class ContentTripleSource
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ContentTripleSource
-
- All Implemented Interfaces:
Application.Component,Application.Module,TripleSource
- Direct Known Subclasses:
ContentTripleSourceSDB,ContentTripleSourceSPARQL,ContentTripleSourceTDB
public abstract class ContentTripleSource extends Object implements TripleSource
A triple source for content models.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface edu.cornell.mannlib.vitro.webapp.modules.Application.Component
Application.Component.LifecycleState
-
-
Field Summary
Fields Modifier and Type Field Description protected static String[]MEMORY_MAPPED_CONTENT_MODELSThese are the small content OntModels for which we don't need short-term instances.protected static String[]SMALL_CONTENT_MODELSThese are the small content models that we want to keep in memory.
-
Constructor Summary
Constructors Constructor Description ContentTripleSource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static org.apache.jena.rdf.model.ModelMakeraddContentDecorators(org.apache.jena.rdf.model.ModelMaker sourceMM)These decorations are added to a Content ModelMaker, regardless of the source.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.modules.Application.Component
shutdown, startup
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.modules.tripleSource.TripleSource
getDataset, getModelMaker, getRDFService, getRDFServiceFactory, getShortTermOntModels
-
-
-
-
Field Detail
-
SMALL_CONTENT_MODELS
protected static final String[] SMALL_CONTENT_MODELS
These are the small content models that we want to keep in memory.
-
MEMORY_MAPPED_CONTENT_MODELS
protected static final String[] MEMORY_MAPPED_CONTENT_MODELS
These are the small content OntModels for which we don't need short-term instances.
-
-