org.semanticweb.elk.reasoner.indexing.entries
Class IndexedObjectEntry<T,K extends IndexedObject>
java.lang.Object
org.semanticweb.elk.util.collections.entryset.StrongKeyEntry<T,K>
org.semanticweb.elk.reasoner.indexing.entries.IndexedObjectEntry<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:
- IndexedAxiomEntry, IndexedClassExpressionEntry, IndexedPropertyChainEntry
public abstract class IndexedObjectEntry<T,K extends IndexedObject>
- extends StrongKeyEntry<T,K>
The wrapper class to define custom equality and hash functions for
IndexedObjects to be used in KeyEntryHashSet. It is based on
the extension of the StrongKeyEntry class.
- Author:
- "Yevgeny Kazakov"
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.