public interface IndexAssertion<K,E,ID>
Modifier and Type | Method and Description |
---|---|
boolean |
assertCandidate(IndexEntry<K,ID> entry)
Tests to see if a perspective candidate should be returned based on
the evaluation of hard coded logic.
|
boolean assertCandidate(IndexEntry<K,ID> entry) throws Exception
entry
- an index record of the entryException
- if their are failures while asserting the
conditionCopyright © 2016. All rights reserved.