|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitiveGraphCache | |
com.hp.hpl.jena.reasoner.rdfsReasoner1 | This package contains an example RDFS reasoner. |
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.rdfsReasoner1 |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 with parameters of type TransitiveGraphCache | |
void |
PatternRouter.register(TransitiveGraphCache cache)
Register a transitive closure cache and a means of satisfying the direct and closed versions of the cached predicate. |
Uses of TransitiveGraphCache in com.hp.hpl.jena.reasoner.transitiveReasoner |
Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return TransitiveGraphCache | |
TransitiveGraphCache |
TransitiveReasoner.getSubPropertyCache()
Accessor used during infgraph construction - return the cached version of the subProperty lattice. |
TransitiveGraphCache |
TransitiveReasoner.getSubClassCache()
Accessor used during infgraph construction - return the cached version of the subClass lattice. |
TransitiveGraphCache |
TransitiveGraphCache.deepCopy()
Create a deep copy of the cache contents. |
TransitiveGraphCache |
TransitiveEngine.getSubClassCache()
Return the cache of the subclass 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.checkOccuranceUtility(Node prop,
Graph graph,
TransitiveGraphCache spCache)
Test if there are any usages of prop within the given graph. |
static boolean |
TransitiveEngine.cacheSubPropUtility(Finder graph,
TransitiveGraphCache spCache)
Caches all subPropertyOf declarations, including any meta level ones (subPropertyOf subPropertyOf). |
Constructors in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCache | |
TransitiveEngine(TransitiveGraphCache subClassCache,
TransitiveGraphCache subPropertyCache)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |