org.semanticweb.elk.reasoner.reduction
Class TransitiveReductionOutputEquivalent<R extends IndexedClassExpression>
java.lang.Object
org.semanticweb.elk.reasoner.reduction.TransitiveReductionOutput<R>
org.semanticweb.elk.reasoner.reduction.TransitiveReductionOutputEquivalent<R>
- Type Parameters:
R - the type of the root IndexedClassExpressions of the
TransitiveReductionJobs for which this output is computed
- Direct Known Subclasses:
- TransitiveReductionOutputEquivalentDirect
public class TransitiveReductionOutputEquivalent<R extends IndexedClassExpression>
- extends TransitiveReductionOutput<R>
The result of the transitive reduction for satisfiable indexed class
expression; it contains information about equivalent classes.
- See Also:
TransitiveReductionJob
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEquivalent
public List<ElkClass> getEquivalent()
accept
public void accept(TransitiveReductionOutputVisitor<R> visitor)
- Specified by:
accept in class TransitiveReductionOutput<R extends IndexedClassExpression>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.