org.semanticweb.elk.reasoner.taxonomy
Class ClassTaxonomyComputationFactory.Engine
java.lang.Object
org.semanticweb.elk.reasoner.taxonomy.ClassTaxonomyComputationFactory.Engine
- All Implemented Interfaces:
- InputProcessor<Collection<IndexedClass>>
- Enclosing class:
- ClassTaxonomyComputationFactory
public class ClassTaxonomyComputationFactory.Engine
- extends Object
- implements InputProcessor<Collection<IndexedClass>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transitiveReductionEngine
protected final TransitiveReductionFactory.Engine transitiveReductionEngine
- The transitive reduction engine used in the taxonomy construction
submit
public final void submit(Collection<IndexedClass> input)
- Specified by:
submit in interface InputProcessor<Collection<IndexedClass>>
process
public final void process()
throws InterruptedException
- Specified by:
process in interface InputProcessor<Collection<IndexedClass>>
- Throws:
InterruptedException
finish
public void finish()
- Specified by:
finish in interface InputProcessor<Collection<IndexedClass>>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.