public abstract class EVMBasedQueryResultMultimap<Match extends IPatternMatch,KeyType,ValueType> extends QueryResultMultimap<KeyType,ValueType>
QueryResultMultimap implementation uses the EVM to provide a query-based multimap.
 
 The contents of the multimap will be updated when the activations are fired in the EVM.| Modifier and Type | Method and Description | 
|---|---|
<Matcher extends IncQueryMatcher<Match>> | 
addMatcherToMultimapResults(IQuerySpecification<Matcher> querySpecification)
Adds the given query into the results of the multimap. 
 | 
asMap, clear, containsEntry, containsKey, containsValue, entries, get, isEmpty, keys, keySet, put, putAll, putAll, remove, removeAll, replaceValues, size, valuesaddCallbackOnQueryResultUpdate, removeCallbackOnQueryResultUpdate, setQueryResultSetterpublic <Matcher extends IncQueryMatcher<Match>> void addMatcherToMultimapResults(IQuerySpecification<Matcher> querySpecification)
querySpecification -