Uses of Class
com.hp.hpl.jena.reasoner.transitiveReasoner.TransitiveGraphCache

Packages that use TransitiveGraphCache
com.hp.hpl.jena.reasoner.transitiveReasoner This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. 
 

Uses of TransitiveGraphCache in com.hp.hpl.jena.reasoner.transitiveReasoner
 

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return TransitiveGraphCache
 TransitiveGraphCache TransitiveGraphCache.deepCopy()
          Create a deep copy of the cache contents.
 TransitiveGraphCache TransitiveReasoner.getSubClassCache()
          Accessor used during infgraph construction - return the cached version of the subClass lattice.
 TransitiveGraphCache TransitiveEngine.getSubClassCache()
          Return the cache of the subclass lattice.
 TransitiveGraphCache TransitiveReasoner.getSubPropertyCache()
          Accessor used during infgraph construction - return the cached version of the subProperty lattice.
 TransitiveGraphCache TransitiveEngine.getSubPropertyCache()
          Return the cache of the subclass lattice.
 

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCache
static boolean TransitiveEngine.cacheSubClassUtility(Finder graph, TransitiveGraphCache spCache, TransitiveGraphCache scCache)
          Caches all subClass declarations, including those that are defined via subProperties of subClassOf.
static boolean TransitiveEngine.cacheSubPropUtility(Finder graph, TransitiveGraphCache spCache)
          Caches all subPropertyOf declarations, including any meta level ones (subPropertyOf subPropertyOf).
static boolean TransitiveEngine.checkOccuranceUtility(Node prop, Graph graph, TransitiveGraphCache spCache)
          Test if there are any usages of prop within the given graph.
 

Constructors in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCache
TransitiveEngine(TransitiveGraphCache subClassCache, TransitiveGraphCache subPropertyCache)
          Constructor.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP