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

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

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

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

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

Classes in org.semanticweb.elk.reasoner.indexing.hierarchy that implement IndexedObjectUnionOfVisitor
 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 IndexedObjectUnionOfVisitor
<O> O
IndexedObjectUnionOf.accept(IndexedObjectUnionOfVisitor<O> visitor)
           
 

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

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

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



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