Interface FactIndexer
- All Superinterfaces:
IndexableFactCollection
- All Known Implementing Classes:
ConcurrentFactIndexer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PositiveAtom fact) Adds a fact to the FactIndexer.void
addAll
(Iterable<PositiveAtom> facts) Adds some number of facts to the FactIndexer.
-
Method Details
-
add
Adds a fact to the FactIndexer.- Parameters:
fact
- a fact
-
addAll
Adds some number of facts to the FactIndexer.- Parameters:
facts
- some facts
-