Uses of Interface
org.semanticweb.elk.reasoner.stages.ReasonerStageExecutor

Packages that use ReasonerStageExecutor
org.semanticweb.elk.reasoner   
org.semanticweb.elk.reasoner.stages   
 

Uses of ReasonerStageExecutor in org.semanticweb.elk.reasoner
 

Fields in org.semanticweb.elk.reasoner declared as ReasonerStageExecutor
protected  ReasonerStageExecutor Reasoner.stageExecutor
          The executor for various stages of the reasoner
 

Methods in org.semanticweb.elk.reasoner that return ReasonerStageExecutor
protected  ReasonerStageExecutor Reasoner.getStageExecutor()
           
 

Methods in org.semanticweb.elk.reasoner with parameters of type ReasonerStageExecutor
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor)
          Creates Reasoner with the configuration loaded from elk.properties (if exists in the classpath) or the default configuration
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ExecutorService executor, ReasonerConfiguration config)
           
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ReasonerConfiguration config)
          Creates Reasoner with the provided configuration
 

Constructors in org.semanticweb.elk.reasoner with parameters of type ReasonerStageExecutor
Reasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ExecutorService executor)
          Constructor.
 

Uses of ReasonerStageExecutor in org.semanticweb.elk.reasoner.stages
 

Classes in org.semanticweb.elk.reasoner.stages that implement ReasonerStageExecutor
 class AbstractStageExecutor
          An abstract base class which implements a very simple logic of executing stages: first check the completion flag, if false - first complete all dependencies, and finally execute the stage.
 class LoggingStageExecutor
          A ReasonerStageExecutor which prints log messages about the executed stages.
 class RestartingStageExecutor
          A ReasonerStageExecutor which refuses to interrupt: it will restart any interrupted stage.
 class SimpleStageExecutor
          A simple ReasonerStageExecutor.
 

Methods in org.semanticweb.elk.reasoner.stages that return ReasonerStageExecutor
protected abstract  ReasonerStageExecutor AbstractReasonerState.getStageExecutor()
           
 



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