org.semanticweb.elk.reasoner.indexing.hierarchy
Class IndexedSubClassOfAxiom
java.lang.Object
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedObject
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedAxiom
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedSubClassOfAxiom
public class IndexedSubClassOfAxiom
- extends IndexedAxiom
| Methods inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedAxiom |
accept |
IndexedSubClassOfAxiom
protected IndexedSubClassOfAxiom(IndexedClassExpression subClass,
IndexedClassExpression superClass)
getSubClass
public IndexedClassExpression getSubClass()
getSuperClass
public IndexedClassExpression getSuperClass()
occurs
public boolean occurs()
- Specified by:
occurs in class IndexedObject
- Returns:
true if this IndexedObject occur in the ontology
index
toStringStructural
public String toStringStructural()
- Returns:
- a structural string representation of the object
accept
public <O> O accept(IndexedAxiomVisitor<O> visitor)
- Specified by:
accept in class IndexedAxiom
updateOccurrenceNumbers
protected void updateOccurrenceNumbers(ModifiableOntologyIndex index,
int increment)
- Description copied from class:
IndexedAxiom
- Non-recursively. The recursion is implemented in indexing visitors.
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.