org.semanticweb.elk.reasoner.taxonomy
Class TaxonomyCleaning

java.lang.Object
  extended by org.semanticweb.elk.util.concurrent.computation.ConcurrentComputation<I,F>
      extended by org.semanticweb.elk.reasoner.ReasonerComputation<IndexedClassEntity,org.semanticweb.elk.reasoner.taxonomy.TaxonomyCleaningFactory>
          extended by org.semanticweb.elk.reasoner.taxonomy.TaxonomyCleaning

public class TaxonomyCleaning
extends ReasonerComputation<IndexedClassEntity,org.semanticweb.elk.reasoner.taxonomy.TaxonomyCleaningFactory>

Cleans both class and instance taxonomies concurrently

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Field Summary
 
Fields inherited from class org.semanticweb.elk.reasoner.ReasonerComputation
progressMonitor, todo
 
Fields inherited from class org.semanticweb.elk.util.concurrent.computation.ConcurrentComputation
buffer, executor, finishRequested, inputProcessorFactory, interrupted, maxWorkers, worker
 
Constructor Summary
TaxonomyCleaning(Collection<IndexedClassEntity> inputs, ClassTaxonomyState classTaxonomyState, InstanceTaxonomyState instanceTaxonomyState, ComputationExecutor executor, int maxWorkers, ProgressMonitor progressMonitor)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.elk.reasoner.ReasonerComputation
process
 
Methods inherited from class org.semanticweb.elk.util.concurrent.computation.ConcurrentComputation
finish, interrupt, start, submit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonomyCleaning

public TaxonomyCleaning(Collection<IndexedClassEntity> inputs,
                        ClassTaxonomyState classTaxonomyState,
                        InstanceTaxonomyState instanceTaxonomyState,
                        ComputationExecutor executor,
                        int maxWorkers,
                        ProgressMonitor progressMonitor)


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