org.semanticweb.elk.reasoner.stages
Class SimpleStageExecutor

java.lang.Object
  extended by org.semanticweb.elk.util.concurrent.computation.SimpleInterrupter
      extended by org.semanticweb.elk.reasoner.stages.AbstractStageExecutor
          extended by org.semanticweb.elk.reasoner.stages.SimpleStageExecutor
All Implemented Interfaces:
ReasonerStageExecutor, Interrupter

public class SimpleStageExecutor
extends AbstractStageExecutor

A simple ReasonerStageExecutor. If a stage has not been done, first, all its dependencies are executed, and then this stage itself.

Author:
"Yevgeny Kazakov"

Constructor Summary
SimpleStageExecutor()
           
 
Method Summary
 void execute(ReasonerStage stage)
           
 
Methods inherited from class org.semanticweb.elk.reasoner.stages.AbstractStageExecutor
complete
 
Methods inherited from class org.semanticweb.elk.util.concurrent.computation.SimpleInterrupter
clearInterrupt, clearThreadToInterrupt, interrupt, isInterrupted, registerCurrentThreadToInterrupt, registerThreadToInterrupt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.util.concurrent.computation.Interrupter
clearInterrupt, interrupt, isInterrupted
 

Constructor Detail

SimpleStageExecutor

public SimpleStageExecutor()
Method Detail

execute

public void execute(ReasonerStage stage)
             throws ElkException
Specified by:
execute in class AbstractStageExecutor
Throws:
ElkException


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