Uses of Class
org.apache.jena.reasoner.transitiveReasoner.TransitiveGraphCache
Packages that use TransitiveGraphCache
Package
Description
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of TransitiveGraphCache in org.apache.jena.reasoner.transitiveReasoner
Methods in org.apache.jena.reasoner.transitiveReasoner that return TransitiveGraphCacheModifier and TypeMethodDescriptionTransitiveGraphCache.deepCopy()
Create a deep copy of the cache contents.TransitiveEngine.getSubClassCache()
Return the cache of the subclass lattice.TransitiveReasoner.getSubClassCache()
Accessor used during infgraph construction - return the cached version of the subClass lattice.TransitiveEngine.getSubPropertyCache()
Return the cache of the subclass lattice.TransitiveReasoner.getSubPropertyCache()
Accessor used during infgraph construction - return the cached version of the subProperty lattice.Methods in org.apache.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCacheModifier and TypeMethodDescriptionstatic 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).Constructors in org.apache.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCacheModifierConstructorDescriptionTransitiveEngine
(TransitiveGraphCache subClassCache, TransitiveGraphCache subPropertyCache) Constructor.