Class ConcurrentBottomUpEngine
java.lang.Object
edu.harvard.seas.pl.abcdatalog.engine.bottomup.BottomUpEngineFrame<EvalManager>
edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent.ConcurrentBottomUpEngine
- All Implemented Interfaces:
DatalogEngine
A concurrent bottom-up Datalog engine that employs a saturation algorithm similar to semi-naive
evaluation. It supports explicit unification.
-
Field Summary
Fields inherited from class edu.harvard.seas.pl.abcdatalog.engine.bottomup.BottomUpEngineFrame
manager
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.harvard.seas.pl.abcdatalog.engine.bottomup.BottomUpEngineFrame
init, query
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.harvard.seas.pl.abcdatalog.engine.DatalogEngine
query
-
Constructor Details
-
ConcurrentBottomUpEngine
public ConcurrentBottomUpEngine()
-