Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection.LockableModel
-
Packages that use LockableModel Package Description edu.cornell.mannlib.vitro.webapp.tboxreasoner edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of LockableModel in edu.cornell.mannlib.vitro.webapp.tboxreasoner
Constructors in edu.cornell.mannlib.vitro.webapp.tboxreasoner with parameters of type LockableModel Constructor Description InferenceModelUpdater(TBoxReasoner reasoner, LockableModel lockableInferencesModel, LockableOntModel lockableFullModel, ConfiguredReasonerListener listener) -
Uses of LockableModel in edu.cornell.mannlib.vitro.webapp.utils.configuration
Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type LockableModel Modifier and Type Method Description static <T> ConfigurationRdf<T>ConfigurationRdfParser. parse(LockableModel locking, String uri, Class<T> resultClass)Constructors in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type LockableModel Constructor Description ConfigurationBeanLoader(LockableModel locking)ConfigurationBeanLoader(LockableModel locking, javax.servlet.http.HttpServletRequest req)ConfigurationBeanLoader(LockableModel locking, javax.servlet.ServletContext ctx)
-