org.semanticweb.elk.reasoner.reduction
Interface TransitiveReductionOutputVisitor<R extends IndexedClassExpression>
- Type Parameters:
R - the type of the input of the TransitiveReductionJobs for
which the output can be accepted by this visitor
public interface TransitiveReductionOutputVisitor<R extends IndexedClassExpression>
- Author:
- "Yevgeny Kazakov"
visit
void visit(TransitiveReductionOutputEquivalentDirect<R> output)
visit
void visit(TransitiveReductionOutputEquivalent<R> output)
visit
void visit(TransitiveReductionOutputUnsatisfiable<R> output)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.