Uses of Interface
edu.harvard.seas.pl.abcdatalog.engine.bottomup.EvalManager
Package
Description
This package contains classes and interfaces that are used in all of the bottom-up engines.
This package contains multi-threaded bottom-up Datalog evaluation engines.
This package contains single-threaded bottom-up Datalog evaluation engines.
-
Uses of EvalManager in edu.harvard.seas.pl.abcdatalog.engine.bottomup
Modifier and TypeClassDescriptionclass
BottomUpEngineFrame<E extends EvalManager>
A framework for a bottom-up Datalog engine. -
Uses of EvalManager in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent
Modifier and TypeClassDescriptionclass
An evaluation manager that implements a saturation algorithm similar to semi-naive evaluation.class
An evaluation manager for a concurrent semi-naive engine that runs asynchronously in the background.class
-
Uses of EvalManager in edu.harvard.seas.pl.abcdatalog.engine.bottomup.sequential