Uses of Interface
org.semanticweb.elk.reasoner.indexing.visitors.IndexedObjectPropertyVisitor

Packages that use IndexedObjectPropertyVisitor
org.semanticweb.elk.reasoner.indexing.entries   
org.semanticweb.elk.reasoner.indexing.hierarchy   
org.semanticweb.elk.reasoner.indexing.visitors   
 

Uses of IndexedObjectPropertyVisitor in org.semanticweb.elk.reasoner.indexing.entries
 

Classes in org.semanticweb.elk.reasoner.indexing.entries that implement IndexedObjectPropertyVisitor
 class IndexedEntryConverter<T>
          A visitor for IndexedClassExpressions and IndexedPropertyChains that wraps the visited objects in the corresponding Entry wrapper to redefine equality.
 

Uses of IndexedObjectPropertyVisitor in org.semanticweb.elk.reasoner.indexing.hierarchy
 

Classes in org.semanticweb.elk.reasoner.indexing.hierarchy that implement IndexedObjectPropertyVisitor
 class IndexedObjectCache
          A cache of IndexedObjects in the ontology backed by a KeyEntryHashSet.
 

Methods in org.semanticweb.elk.reasoner.indexing.hierarchy with parameters of type IndexedObjectPropertyVisitor
<O> O
IndexedObjectProperty.accept(IndexedObjectPropertyVisitor<O> visitor)
           
 

Uses of IndexedObjectPropertyVisitor in org.semanticweb.elk.reasoner.indexing.visitors
 

Subinterfaces of IndexedObjectPropertyVisitor in org.semanticweb.elk.reasoner.indexing.visitors
 interface IndexedObjectFilter
           
 interface IndexedObjectVisitor<O>
           
 interface IndexedPropertyChainFilter
           
 interface IndexedPropertyChainVisitor<O>
          Visitor pattern interface for instances of IndexedPropertyChain.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.