Uses of Class
edu.harvard.seas.pl.abcdatalog.engine.bottomup.BottomUpEngineFrame
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 BottomUpEngineFrame in edu.harvard.seas.pl.abcdatalog.engine.bottomup
-
Uses of BottomUpEngineFrame in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent
Modifier and TypeClassDescriptionclass
A concurrent bottom-up Datalog engine that employs a saturation algorithm similar to semi-naive evaluation.class
A concurrent bottom-up Datalog engine that employs a saturation algorithm similar to semi-naive evaluation.class
This class implements an experimental multi-threaded Datalog evaluation algorithm that supports explicit unification and stratified negation. -
Uses of BottomUpEngineFrame in edu.harvard.seas.pl.abcdatalog.engine.bottomup.sequential
Modifier and TypeClassDescriptionclass
A Datalog engine that implements the classic semi-naive bottom-up evaluation algorithm.