org.semanticweb.elk.reasoner.saturation.properties
Class PropertyHierarchyCompositionComputation

java.lang.Object
  extended by org.semanticweb.elk.util.concurrent.computation.ConcurrentComputation<I,F>
      extended by org.semanticweb.elk.reasoner.ReasonerComputation<IndexedPropertyChain,PropertyHierarchyCompositionComputationFactory>
          extended by org.semanticweb.elk.reasoner.saturation.properties.PropertyHierarchyCompositionComputation

public class PropertyHierarchyCompositionComputation
extends ReasonerComputation<IndexedPropertyChain,PropertyHierarchyCompositionComputationFactory>

A ReasonerComputation that computes relevant sub-properties and composition maps

Author:
Yevgeny Kazakov

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
PropertyHierarchyCompositionComputation(OntologyIndex ontIndex, 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

PropertyHierarchyCompositionComputation

public PropertyHierarchyCompositionComputation(OntologyIndex ontIndex,
                                               ComputationExecutor executor,
                                               int maxWorkers,
                                               ProgressMonitor progressMonitor)


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