org.semanticweb.elk.reasoner.indexing.entries
Class IndexedClassExpressionEntry<T,K extends IndexedClassExpression>
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.IndexedClassExpressionEntry<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:
- IndexedClassEntry, IndexedDataHasValueEntry, IndexedIndividualEntry, IndexedObjectComplementOfEntry, IndexedObjectIntersectionOfEntry, IndexedObjectSomeValuesFromEntry, IndexedObjectUnionOfEntry
public abstract class IndexedClassExpressionEntry<T,K extends IndexedClassExpression>
- extends IndexedObjectEntry<T,K>
The wrapper class to define custom equality and hash functions for
IndexedClassExpressions to be used in KeyEntryHashSet.
- Author:
- "Yevgeny Kazakov"
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.