org.semanticweb.elk.reasoner.indexing.hierarchy
Class IndexedClassEntity
java.lang.Object
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedObject
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassExpression
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassEntity
- All Implemented Interfaces:
- Comparable<IndexedClassExpression>
- Direct Known Subclasses:
- IndexedClass, IndexedIndividual
public abstract class IndexedClassEntity
- extends IndexedClassExpression
Represents all occurrences of an ElkClass or ElkIndividual in
an ontology.
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassExpression |
accept, accept, checkOccurrenceNumbers, compareTo, getCompositionRuleHead, getContext, hashCode, occurs, occursNegatively, occursPositively, printOccurrenceNumbers, resetContext, setContext |
IndexedClassEntity
public IndexedClassEntity()
accept
public abstract <O> O accept(IndexedClassEntityVisitor<O> visitor)
accept
public <O> O accept(IndexedClassExpressionVisitor<O> visitor)
- Specified by:
accept in class IndexedClassExpression
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.