Alignment API and Server 4.10 (2228M)
- java.lang.Object
-
- fr.inrialpes.exmo.ontowrap.OntologyCache<O>
-
public class OntologyCache<O extends LoadedOntology<? extends java.lang.Object>>
extends java.lang.Object
This caches the loaded ontologies so that it is possible
to share them between alignments
as well as to unload them if necessary.
- Version:
- $Id: OntologyCache.java 2101 2015-11-20 23:16:46Z euzenat $
This class should be parameterized by O subClassOf LoadedOntology
- Author:
- Jérôme Euzenat
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
(package private) static org.slf4j.Logger |
logger |
(package private) java.util.Hashtable<java.net.URI,O> |
ontologies |
(package private) java.util.Hashtable<java.net.URI,O> |
ontologyUris |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OntologyCache
public OntologyCache()
Alignment API and Server 4.10 (2228M)
(C) INRIA & friends, 2003-2020