Class ReferencedMatches
- java.lang.Object
-
- com.yahoo.prelude.semantics.engine.ReferencedMatches
-
public class ReferencedMatches extends Object
The Matches referenced by a particular context name in a rule evaluation- Author:
- bratseth
-
-
Constructor Summary
Constructors Constructor Description ReferencedMatches(String contextName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMatch(Match match)
String
getContextName()
Iterator<Match>
matchIterator()
Item
toItem(String label)
Returns the item to insert from these referenced matches, or null if none
-