org.semanticweb.elk.reasoner.indexing.hierarchy
Class IndexedClassEntity

java.lang.Object
  extended by org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedObject
      extended by org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassExpression
          extended by 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"

Field Summary
 
Fields inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassExpression
LOGGER_
 
Constructor Summary
IndexedClassEntity()
           
 
Method Summary
abstract
<O> O
accept(IndexedClassEntityVisitor<O> visitor)
           
<O> O
accept(IndexedClassExpressionVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedClassExpression
accept, accept, checkOccurrenceNumbers, compareTo, getCompositionRuleHead, getContext, hashCode, occurs, occursNegatively, occursPositively, printOccurrenceNumbers, resetContext, setContext
 
Methods inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexedClassEntity

public IndexedClassEntity()
Method Detail

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.