org.semanticweb.elk.reasoner.saturation
Interface BasicSaturationStateWriter
- All Known Subinterfaces:
- ExtendedSaturationStateWriter
public interface BasicSaturationStateWriter
Functions that can write the saturation state are grouped here.
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de
getOwlThing
IndexedClassExpression getOwlThing()
getOwlNothing
IndexedClassExpression getOwlNothing()
pollForActiveContext
Context pollForActiveContext()
produce
void produce(Context context,
Conclusion conclusion)
markAsNotSaturated
boolean markAsNotSaturated(Context context)
clearNotSaturatedContexts
void clearNotSaturatedContexts()
resetContexts
void resetContexts()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.