Uses of Interface
edu.harvard.seas.pl.abcdatalog.util.datastructures.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
-
Uses of FactIndexer in edu.harvard.seas.pl.abcdatalog.util.datastructures
Modifier and TypeClassDescriptionclass
ConcurrentFactIndexer<T extends Iterable<PositiveAtom>>
An index that holds facts.