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

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

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

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

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

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

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

Subinterfaces of IndexedPropertyChainVisitor in org.semanticweb.elk.reasoner.indexing.visitors
 interface IndexedObjectVisitor<O>
           
 



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