Uses of Interface
edu.harvard.seas.pl.abcdatalog.util.datastructures.IndexableFactCollection
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.
This package contains data structures for storing and indexing Datalog facts.
-
Uses of IndexableFactCollection in edu.harvard.seas.pl.abcdatalog.engine.bottomup
Modifier and TypeMethodDescriptionEvalManager.eval()
Saturate all facts derivable from the program with which this manager has been initialized. -
Uses of IndexableFactCollection in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent
Modifier and TypeMethodDescriptionBottomUpEvalManager.eval()
ExtensibleBottomUpEvalManager.eval()
Starts this manager running in the background.StratifiedNegationEvalManager.eval()
ExtensibleBottomUpEvalManager.finishAsynchronousEval()
Blocks until the evaluation is complete and returns the set of facts derived during evaluation. -
Uses of IndexableFactCollection in edu.harvard.seas.pl.abcdatalog.engine.bottomup.sequential
-
Uses of IndexableFactCollection in edu.harvard.seas.pl.abcdatalog.util.datastructures
Modifier and TypeClassDescriptionclass
ConcurrentFactIndexer<T extends Iterable<PositiveAtom>>
An index that holds facts.Modifier and TypeMethodDescriptionvoid
ConcurrentFactIndexer.addAll
(IndexableFactCollection that) Add all the facts from an indexable fact collection to this index.