Package edu.harvard.seas.pl.abcdatalog.util.datastructures
package edu.harvard.seas.pl.abcdatalog.util.datastructures
This package contains data structures for storing and indexing Datalog facts.
-
ClassDescriptionAn index that holds facts.A trie that holds a set of facts (i.e., ground atoms).A linked-list-backed bag that supports a minimal number of operations.A factory for creating some useful fact indexers.A fixed collection of facts that only allows a basic query operation: return the atoms in the collection that might match a given atom.