Uses of Interface
org.mindswap.pellet.tableau.cache.CachedNode

Packages that use CachedNode
org.mindswap.pellet   
org.mindswap.pellet.tableau.cache   
 

Uses of CachedNode in org.mindswap.pellet
 

Classes in org.mindswap.pellet that implement CachedNode
 class Individual
           
 

Methods in org.mindswap.pellet that return CachedNode
 CachedNode ABox.getCached(aterm.ATermAppl c)
           
 

Uses of CachedNode in org.mindswap.pellet.tableau.cache
 

Classes in org.mindswap.pellet.tableau.cache that implement CachedNode
 class CachedConceptNode
           Title:
 class CachedConstantNode
           Title:
 

Fields in org.mindswap.pellet.tableau.cache declared as CachedNode
static CachedNode CachedConstantNode.BOTTOM
           
static CachedNode CachedConstantNode.INCOMPLETE
           
static CachedNode CachedConstantNode.TOP
           
 

Methods in org.mindswap.pellet.tableau.cache that return CachedNode
static CachedNode CachedNodeFactory.createBottomNode()
           
static CachedNode CachedNodeFactory.createNode(aterm.ATermAppl name, Individual node)
           
static CachedNode CachedNodeFactory.createSatisfiableNode()
           
static CachedNode CachedNodeFactory.createTopNode()
           
 CachedNode ConceptCacheLRU.get(java.lang.Object key)
           
 CachedNode ConceptCacheLRU.put(aterm.ATermAppl key, CachedNode value)
           
 CachedNode ConceptCacheLRU.remove(java.lang.Object key)
           
 

Methods in org.mindswap.pellet.tableau.cache that return types with arguments of type CachedNode
 java.util.Set<java.util.Map.Entry<aterm.ATermAppl,CachedNode>> ConceptCacheLRU.entrySet()
           
 java.util.Collection<CachedNode> ConceptCacheLRU.values()
           
 

Methods in org.mindswap.pellet.tableau.cache with parameters of type CachedNode
 Bool AbstractConceptCache.checkNominalEdges(KnowledgeBase kb, CachedNode pNode, CachedNode cNode)
           
 Bool ConceptCache.checkNominalEdges(KnowledgeBase kb, CachedNode node1, CachedNode node2)
           
 Bool AbstractConceptCache.isMergable(KnowledgeBase kb, CachedNode root1, CachedNode root2)
           
 Bool ConceptCache.isMergable(KnowledgeBase kb, CachedNode node1, CachedNode node2)
           
 CachedNode ConceptCacheLRU.put(aterm.ATermAppl key, CachedNode value)
           
 

Method parameters in org.mindswap.pellet.tableau.cache with type arguments of type CachedNode
 void ConceptCacheLRU.putAll(java.util.Map<? extends aterm.ATermAppl,? extends CachedNode> t)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.