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

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

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

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

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

Methods in org.semanticweb.elk.reasoner.indexing.hierarchy with parameters of type IndexedClassEntityVisitor
<O> O
IndexedClass.accept(IndexedClassEntityVisitor<O> visitor)
           
<O> O
IndexedIndividual.accept(IndexedClassEntityVisitor<O> visitor)
           
abstract
<O> O
IndexedClassEntity.accept(IndexedClassEntityVisitor<O> visitor)
           
 

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

Subinterfaces of IndexedClassEntityVisitor in org.semanticweb.elk.reasoner.indexing.visitors
 interface IndexedClassExpressionVisitor<O>
          Visitor pattern interface for instances of IndexedClassExpression.
 interface IndexedObjectVisitor<O>
           
 

Classes in org.semanticweb.elk.reasoner.indexing.visitors that implement IndexedClassEntityVisitor
 class AbstractIndexedClassEntityVisitor<O>
           
 



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