org.semanticweb.elk.reasoner.stages
Class SimpleStageExecutor
java.lang.Object
org.semanticweb.elk.util.concurrent.computation.SimpleInterrupter
org.semanticweb.elk.reasoner.stages.AbstractStageExecutor
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"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleStageExecutor
public SimpleStageExecutor()
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.