Uses of Interface
edu.harvard.seas.pl.abcdatalog.util.datastructures.FactIndexer
Packages that use FactIndexer
Package
Description
This package contains multi-threaded bottom-up Datalog evaluation engines.
This package contains data structures for storing and indexing Datalog facts.
-
Uses of FactIndexer in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent
Fields in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent declared as FactIndexer -
Uses of FactIndexer in edu.harvard.seas.pl.abcdatalog.util.datastructures
Classes in edu.harvard.seas.pl.abcdatalog.util.datastructures that implement FactIndexerModifier and TypeClassDescriptionclass
ConcurrentFactIndexer<T extends Iterable<PositiveAtom>>
An index that holds facts.