Uses of Package
edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection
-
Classes in edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection used by edu.cornell.mannlib.vitro.webapp.tboxreasoner Class Description LockableModel Makes it easy to use a Jena Model in a try-with-resources block.LockableOntModel Makes it easy to use a Jena OntModel in a try-with-resources block. -
Classes in edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection used by edu.cornell.mannlib.vitro.webapp.utils.configuration Class Description LockableModel Makes it easy to use a Jena Model in a try-with-resources block. -
Classes in edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection used by edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection Class Description LockableOntModel Makes it easy to use a Jena OntModel in a try-with-resources block.LockedModel A model that is easy to use in a try-with-resources code block.LockedOntModel A simple OntModel, except that it can only be created by locking a LockableOntModel.