org.semanticweb.elk.reasoner.indexing.entries
Class IndexedPropertyChainEntry<T,K extends IndexedPropertyChain>
java.lang.Object
org.semanticweb.elk.util.collections.entryset.StrongKeyEntry<T,K>
org.semanticweb.elk.reasoner.indexing.entries.IndexedObjectEntry<T,K>
org.semanticweb.elk.reasoner.indexing.entries.IndexedPropertyChainEntry<T,K>
- Type Parameters:
T - The type of the elements in the set where this entry is usedK - the type of the wrapped indexed object used as the key of the
entry
- All Implemented Interfaces:
- KeyEntry<T,K>
- Direct Known Subclasses:
- IndexedBinaryPropertyChainEntry, IndexedObjectPropertyEntry
public abstract class IndexedPropertyChainEntry<T,K extends IndexedPropertyChain>
- extends IndexedObjectEntry<T,K>
The wrapper class to define custom equality and hash functions for
IndexedPropertyChains to be used in KeyEntryHashSet.
- Author:
- "Yevgeny Kazakov"
- See Also:
KeyEntryHashSet
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.