org.semanticweb.elk.reasoner.stages
Class LoggingStageExecutor
java.lang.Object
org.semanticweb.elk.util.concurrent.computation.SimpleInterrupter
org.semanticweb.elk.reasoner.stages.AbstractStageExecutor
org.semanticweb.elk.reasoner.stages.LoggingStageExecutor
- All Implemented Interfaces:
- ReasonerStageExecutor, Interrupter
public class LoggingStageExecutor
- extends AbstractStageExecutor
A ReasonerStageExecutor which prints log messages about the executed
stages. If a stage has not been done, first, all its dependencies are
executed, and then this stage itself.
- Author:
- "Yevgeny Kazakov"
|
Field Summary |
protected static org.apache.log4j.Logger |
LOGGER_
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER_
protected static final org.apache.log4j.Logger LOGGER_
LoggingStageExecutor
public LoggingStageExecutor()
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.