Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.tripleSource.TripleSource
-
-
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.modules.tripleSource
Classes in edu.cornell.mannlib.vitro.webapp.modules.tripleSource that implement TripleSource Modifier and Type Class Description classConfigurationTripleSourceA triple source for configuration models.classContentTripleSourceA triple source for content models. -
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl
Constructor parameters in edu.cornell.mannlib.vitro.webapp.triplesource.impl with type arguments of type TripleSource Constructor Description BasicShortTermCombinedTripleSource(javax.servlet.http.HttpServletRequest req, BasicCombinedTripleSource parent, Map<ModelAccess.WhichService,TripleSource> sources) -
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb that implement TripleSource Modifier and Type Class Description classContentTripleSourceSDBCreate the connection to the SDB triple-store. -
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql that implement TripleSource Modifier and Type Class Description classContentTripleSourceSPARQLFor a SPARQL endpoint, each connection is created as needed by the RDFService, so there is no need to manage connections here. -
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb that implement TripleSource Modifier and Type Class Description classConfigurationTripleSourceTDBA TDB triple-store has no concept of connections, so we need not manage them here.classContentTripleSourceTDBA TDB triple-store has no concept of connections, so we need not manage them here. -
Uses of TripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso that implement TripleSource Modifier and Type Class Description classContentTripleSourceVirtuosoSo far, it's just like a ContentTripleSourceSPARQL but it uses an instance of RDFServiceVirtuoso.
-