org.semanticweb.elk.reasoner.saturation.rules
Class RuleApplicationFactory
java.lang.Object
org.semanticweb.elk.reasoner.saturation.rules.RuleApplicationFactory
- Direct Known Subclasses:
- ContextCompletionFactory, RuleDeapplicationFactory
public class RuleApplicationFactory
- extends Object
The factory for engines for concurrently computing the saturation of class
expressions. This is the class that implements the application of inference
rules.
- Author:
- Frantisek Simancik, Yevgeny Kazakov, Markus Kroetzsch, Pavel Klinov
|
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_
RuleApplicationFactory
public RuleApplicationFactory(SaturationState saturationState)
RuleApplicationFactory
public RuleApplicationFactory(SaturationState saturationState,
boolean trackModifiedContexts)
getDefaultEngine
public RuleApplicationFactory.BaseEngine getDefaultEngine(ContextCreationListener listener,
ContextModificationListener modListener)
finish
public void finish()
getSaturationStatistics
public SaturationStatistics getSaturationStatistics()
getSaturationState
public SaturationState getSaturationState()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.