Modifier and Type | Method and Description |
---|---|
LocalSearchMatcher |
ISearchContext.getMatcher(MatcherReference reference)
Returns a matcher for a selected query specification.
|
LocalSearchMatcher |
ISearchContext.SearchContext.getMatcher(MatcherReference reference) |
Modifier and Type | Method and Description |
---|---|
void |
ISearchContext.loadMatcher(MatcherReference reference,
LocalSearchMatcher matcher)
Temporary load function for storing local search matchers
|
void |
ISearchContext.SearchContext.loadMatcher(MatcherReference reference,
LocalSearchMatcher matcher) |
void |
ILocalSearchAdapter.patternMatchingFinished(LocalSearchMatcher lsMatcher)
Callback method to indicate the end of a matching process
|
void |
ILocalSearchAdapter.patternMatchingStarted(LocalSearchMatcher lsMatcher)
Callback method to indicate the start of a matching process
|
Modifier and Type | Method and Description |
---|---|
LocalSearchMatcher |
LocalSearchResultProvider.newLocalSearchMatcher(java.lang.Object[] parameters) |
Modifier and Type | Method and Description |
---|---|
LocalSearchMatcher |
IMatcherBasedOperation.getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context)
Gets the called matcher based on the context and the current adornment and stores it in the corresponding field of the operation
|
LocalSearchMatcher |
IMatcherBasedOperation.getCalledMatcher()
Gets the called matcher associated with the operation
|
Modifier and Type | Method and Description |
---|---|
LocalSearchMatcher |
NACOperation.getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context) |
LocalSearchMatcher |
CountCheck.getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context) |
LocalSearchMatcher |
BinaryTransitiveClosureCheck.getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context) |
LocalSearchMatcher |
NACOperation.getCalledMatcher() |
LocalSearchMatcher |
CountCheck.getCalledMatcher() |
LocalSearchMatcher |
BinaryTransitiveClosureCheck.getCalledMatcher() |
Modifier and Type | Method and Description |
---|---|
LocalSearchMatcher |
CountOperation.getAndPrepareCalledMatcher(MatchingFrame frame,
ISearchContext context) |
LocalSearchMatcher |
CountOperation.getCalledMatcher() |