org.semanticweb.elk.reasoner.indexing.hierarchy
Class IndexedDisjointnessAxiom
java.lang.Object
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedObject
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedAxiom
org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedDisjointnessAxiom
public class IndexedDisjointnessAxiom
- extends IndexedAxiom
Defines the disjointness inference rule for indexed class expressions
- Author:
- Frantisek Simancik, Pavel Klinov, "Yevgeny Kazakov"
|
Field Summary |
protected static org.apache.log4j.Logger |
LOGGER_
|
| Methods inherited from class org.semanticweb.elk.reasoner.indexing.hierarchy.IndexedAxiom |
accept |
LOGGER_
protected static final org.apache.log4j.Logger LOGGER_
getInconsistentMembers
public Set<IndexedClassExpression> getInconsistentMembers()
- Returns:
IndexedClassExpressions that have at least two equal
occurrences (according to the Object.equals(Object)
method) in this IndexedDisjointnessAxiom
getDisjointMembers
public Set<IndexedClassExpression> getDisjointMembers()
IndexedClassExpressions that occur exactly once in this
IndexedDisjointnessAxiom
occurs
public boolean occurs()
- Specified by:
occurs in class IndexedObject
- Returns:
true if this IndexedObject occur in the ontology
index
updateOccurrenceNumbers
protected void updateOccurrenceNumbers(ModifiableOntologyIndex index,
int increment)
- Description copied from class:
IndexedAxiom
- Non-recursively. The recursion is implemented in indexing visitors.
accept
public <O> O accept(IndexedAxiomVisitor<O> visitor)
- Specified by:
accept in class IndexedAxiom
toStringStructural
public String toStringStructural()
- Returns:
- a structural string representation of the object
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.