All Superinterfaces:
IndexableFactCollection
All Known Implementing Classes:
ConcurrentFactIndexer

public interface FactIndexer extends IndexableFactCollection
  • Method Details

    • add

      void add(PositiveAtom fact)
      Adds a fact to the FactIndexer.
      Parameters:
      fact - a fact
    • addAll

      void addAll(Iterable<PositiveAtom> facts)
      Adds some number of facts to the FactIndexer.
      Parameters:
      facts - some facts