net.sourceforge.fluxion.pussycat.util.cache
Class OWLEntityCache

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.net.URI,org.semanticweb.owl.model.OWLEntity>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 boolean fullyCached
           
 
Constructor Summary
OWLEntityCache()
           
OWLEntityCache(org.mindswap.pellet.owlapi.Reasoner r)
           
 
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
 

Field Detail

fullyCached

public boolean fullyCached
Constructor Detail

OWLEntityCache

public OWLEntityCache()

OWLEntityCache

public OWLEntityCache(org.mindswap.pellet.owlapi.Reasoner r)
Method Detail

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.