org.semanticweb.elk.reasoner.saturation.rules
Class ContextCleaningFactory
java.lang.Object
org.semanticweb.elk.reasoner.saturation.rules.RuleApplicationFactory
org.semanticweb.elk.reasoner.saturation.rules.RuleDeapplicationFactory
org.semanticweb.elk.reasoner.saturation.rules.ContextCleaningFactory
public class ContextCleaningFactory
- extends RuleDeapplicationFactory
Creates an engine which works as the de-application engine except that it
doesn't modify saturated contexts. The engine is used to "clean" contexts
after de-application but if the context is saturated, then cleaning is
unnecessary because it's not going to get any extra super-classes after
re-application.
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextCleaningFactory
public ContextCleaningFactory(SaturationState saturationState)
getDefaultEngine
public RuleDeapplicationFactory.DeapplicationEngine getDefaultEngine(ContextCreationListener listener,
ContextModificationListener modificationListener)
- Overrides:
getDefaultEngine in class RuleDeapplicationFactory
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.