Interface EvalManager

All Known Subinterfaces:
EvalManagerWithProvenance
All Known Implementing Classes:
BottomUpEvalManager, ExtensibleBottomUpEvalManager, SemiNaiveEvalManager, StratifiedNegationEvalManager

public interface EvalManager
The saturating evaluation manager for a bottom-up Datalog evaluation engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    Saturate all facts derivable from the program with which this manager has been initialized.
    void
    initialize(Set<Clause> program)
    Initialize this manager with a program.