net.sourceforge.fluxion.pussycat.util.cache
Class OWLEntityCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.net.URI,org.semanticweb.owl.model.OWLEntity>
net.sourceforge.fluxion.pussycat.util.cache.OWLEntityCache
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.net.URI,org.semanticweb.owl.model.OWLEntity>
public class OWLEntityCache
- extends java.util.HashMap<java.net.URI,org.semanticweb.owl.model.OWLEntity>
Created by IntelliJ IDEA. User: davey Date: 01-Oct-2009 Time: 13:38:44 To change this template use File | Settings |
File Templates.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
void |
doCaching(org.mindswap.pellet.owlapi.Reasoner r)
|
void |
setReasoner(org.mindswap.pellet.owlapi.Reasoner r)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
fullyCached
public boolean fullyCached
OWLEntityCache
public OWLEntityCache()
OWLEntityCache
public OWLEntityCache(org.mindswap.pellet.owlapi.Reasoner r)
doCaching
public void doCaching(org.mindswap.pellet.owlapi.Reasoner r)
setReasoner
public void setReasoner(org.mindswap.pellet.owlapi.Reasoner r)
Copyright © 2010. All Rights Reserved.