Uses of Interface
edu.cornell.mannlib.vitro.webapp.triplesource.CombinedTripleSource
-
Packages that use CombinedTripleSource Package Description edu.cornell.mannlib.vitro.webapp.modelaccess edu.cornell.mannlib.vitro.webapp.modelaccess.impl edu.cornell.mannlib.vitro.webapp.triplesource.impl -
-
Uses of CombinedTripleSource in edu.cornell.mannlib.vitro.webapp.modelaccess
Methods in edu.cornell.mannlib.vitro.webapp.modelaccess with parameters of type CombinedTripleSource Modifier and Type Method Description static voidModelAccess. setCombinedTripleSource(CombinedTripleSource source) -
Uses of CombinedTripleSource in edu.cornell.mannlib.vitro.webapp.modelaccess.impl
Constructors in edu.cornell.mannlib.vitro.webapp.modelaccess.impl with parameters of type CombinedTripleSource Constructor Description ContextModelAccessImpl(CombinedTripleSource factory)Pull all of the items into maps, instead of fetching them from the factory on demand. -
Uses of CombinedTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl
Classes in edu.cornell.mannlib.vitro.webapp.triplesource.impl that implement CombinedTripleSource Modifier and Type Class Description classBasicCombinedTripleSourceA simple implementation of CombinedTripleSource.
-