org.semanticweb.elk.reasoner.saturation.rules
Class ContextCompletionFactory
java.lang.Object
org.semanticweb.elk.reasoner.saturation.rules.RuleApplicationFactory
org.semanticweb.elk.reasoner.saturation.rules.ContextCompletionFactory
public class ContextCompletionFactory
- extends RuleApplicationFactory
Applies rules to all conclusions of partially completed contexts to close
them deductively. Uses a local saturation state to iterate over all
conclusions, adds previously non-existent conclusions to the ToDo queues in
the main saturation state.
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de
|
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_
ContextCompletionFactory
public ContextCompletionFactory(SaturationState saturationState)
getDefaultEngine
public RuleApplicationFactory.BaseEngine getDefaultEngine(ContextCreationListener listener,
ContextModificationListener modListener)
- Overrides:
getDefaultEngine in class RuleApplicationFactory
getSaturationState
public SaturationState getSaturationState()
- Overrides:
getSaturationState in class RuleApplicationFactory
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.