|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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). |
| Constructors in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type TransitiveGraphCache | |
|---|---|
TransitiveEngine(TransitiveGraphCache subClassCache,
TransitiveGraphCache subPropertyCache)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||