org.semanticweb.elk.reasoner.taxonomy
Class InstanceTaxonomyComputationFactory.Engine

java.lang.Object
  extended by org.semanticweb.elk.reasoner.taxonomy.InstanceTaxonomyComputationFactory.Engine
All Implemented Interfaces:
InputProcessor<IndexedIndividual>
Enclosing class:
InstanceTaxonomyComputationFactory

public class InstanceTaxonomyComputationFactory.Engine
extends Object
implements InputProcessor<IndexedIndividual>


Field Summary
protected  TransitiveReductionFactory.Engine transitiveReductionEngine
          The transitive reduction engine used in the taxonomy construction
 
Method Summary
 void finish()
           
 void process()
           
 void submit(IndexedIndividual job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transitiveReductionEngine

protected final TransitiveReductionFactory.Engine transitiveReductionEngine
The transitive reduction engine used in the taxonomy construction

Method Detail

submit

public final void submit(IndexedIndividual job)
Specified by:
submit in interface InputProcessor<IndexedIndividual>

process

public final void process()
                   throws InterruptedException
Specified by:
process in interface InputProcessor<IndexedIndividual>
Throws:
InterruptedException

finish

public void finish()
Specified by:
finish in interface InputProcessor<IndexedIndividual>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.