Uses of Class
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedBinaryPropertyChain

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

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

Classes in org.semanticweb.elk.reasoner.indexing.entries with type parameters of type IndexedBinaryPropertyChain
 class IndexedBinaryPropertyChainEntry<T,K extends IndexedBinaryPropertyChain>
          Implements an equality view for instances of IndexedBinaryPropertyChain
 

Methods in org.semanticweb.elk.reasoner.indexing.entries that return types with arguments of type IndexedBinaryPropertyChain
 IndexedPropertyChainEntry<T,IndexedBinaryPropertyChain> IndexedEntryConverter.visit(IndexedBinaryPropertyChain element)
           
 

Methods in org.semanticweb.elk.reasoner.indexing.entries with parameters of type IndexedBinaryPropertyChain
 IndexedPropertyChainEntry<T,IndexedBinaryPropertyChain> IndexedEntryConverter.visit(IndexedBinaryPropertyChain element)
           
 

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

Methods in org.semanticweb.elk.reasoner.indexing.hierarchy that return IndexedBinaryPropertyChain
 IndexedBinaryPropertyChain IndexedObjectCache.visit(IndexedBinaryPropertyChain element)
           
 

Methods in org.semanticweb.elk.reasoner.indexing.hierarchy that return types with arguments of type IndexedBinaryPropertyChain
 Collection<IndexedBinaryPropertyChain> IndexedObjectProperty.getLeftChains()
           
 Collection<IndexedBinaryPropertyChain> IndexedPropertyChain.getRightChains()
           
 

Methods in org.semanticweb.elk.reasoner.indexing.hierarchy with parameters of type IndexedBinaryPropertyChain
protected  void IndexedObjectProperty.addLeftChain(IndexedBinaryPropertyChain chain)
          Adds the given IndexedBinaryPropertyChain to the list of IndexedBinaryPropertyChain that contains this IndexedPropertyChain in the left-hand-side
protected  void IndexedPropertyChain.addRightChain(IndexedBinaryPropertyChain chain)
          Adds the given IndexedBinaryPropertyChain to the list of IndexedBinaryPropertyChain that contains this IndexedPropertyChain in the right-hand-side
protected  boolean IndexedObjectProperty.removeLeftChain(IndexedBinaryPropertyChain chain)
          Adds the given IndexedBinaryPropertyChain from the list of IndexedBinaryPropertyChain that contain this IndexedPropertyChain in the left-hand-side
protected  boolean IndexedPropertyChain.removeRightChain(IndexedBinaryPropertyChain chain)
          Adds the given IndexedBinaryPropertyChain from the list of IndexedBinaryPropertyChain that contain this IndexedPropertyChain in the right-hand-side
 IndexedBinaryPropertyChain IndexedObjectCache.visit(IndexedBinaryPropertyChain element)
           
 

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

Methods in org.semanticweb.elk.reasoner.indexing.visitors with parameters of type IndexedBinaryPropertyChain
 O IndexedBinaryPropertyChainVisitor.visit(IndexedBinaryPropertyChain element)
           
 O IndexedPropertyChainVisitorEx.visit(IndexedBinaryPropertyChain chain, P parameter)
           
 



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