Interface | Description |
---|---|
StreamingIterator<T extends ReasonerTerm> |
Iterate over all the terms from grounding/cache.
|
Class | Description |
---|---|
StreamingCacheIterator<T extends ReasonerTerm> |
Iterate over all the terms from the disk cache.
|
StreamingInitialRoundIterator<T extends ReasonerTerm> |
Iterate over all the terms that come up from grounding.
|
StreamingTermStore<T extends ReasonerTerm> |
A term store that does not hold all the terms in memory, but instead keeps most terms on disk.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.