org.semanticweb.elk.reasoner.reduction
Class TransitiveReductionOutputEquivalent<R extends IndexedClassExpression>

java.lang.Object
  extended by org.semanticweb.elk.reasoner.reduction.TransitiveReductionOutput<R>
      extended by 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

Field Summary
 
Fields inherited from class org.semanticweb.elk.reasoner.reduction.TransitiveReductionOutput
root
 
Method Summary
 void accept(TransitiveReductionOutputVisitor<R> visitor)
           
 List<ElkClass> getEquivalent()
           
 
Methods inherited from class org.semanticweb.elk.reasoner.reduction.TransitiveReductionOutput
getRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.