Uses of Class
no.sesat.search.query.XorClause.Hint

Packages that use XorClause.Hint
no.sesat.search.query ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
no.sesat.search.query.parser IMPLEMENTATION PACKAGE TO no.sesat.search.query.
Therefore the dependency goes from this package to the query pacakge. 
no.sesat.search.query.parser.alt   
 

Uses of XorClause.Hint in no.sesat.search.query
 

Methods in no.sesat.search.query that return XorClause.Hint
 XorClause.Hint XorClause.getHint()
          The Hint give the neccesary programmatic hint to how the two branches differ.
static XorClause.Hint XorClause.Hint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XorClause.Hint[] XorClause.Hint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of XorClause.Hint in no.sesat.search.query.parser
 

Methods in no.sesat.search.query.parser that return XorClause.Hint
 XorClause.Hint XorClauseImpl.getHint()
           
 

Methods in no.sesat.search.query.parser with parameters of type XorClause.Hint
 XorClause AbstractQueryParserContext.createXorClause(Clause first, Clause second, XorClause.Hint hint)
          Creator wrapper method for XorClause objects.
 XorClause QueryParser.Context.createXorClause(Clause first, Clause second, XorClause.Hint hint)
          Creator wrapper method for XorClause objects.
static XorClauseImpl XorClauseImpl.createXorClause(Clause first, Clause second, XorClause.Hint hint, TokenEvaluationEngine engine)
          Creator method for XorClauseImpl objects.
 

Constructors in no.sesat.search.query.parser with parameters of type XorClause.Hint
XorClauseImpl(String term, Clause first, Clause second, XorClause.Hint hint, Set<TokenPredicate> knownPredicates, Set<TokenPredicate> possiblePredicates)
          Create the XorClauseImpl with the given term, left and right child clauses, and known and possible predicate sets.
 

Uses of XorClause.Hint in no.sesat.search.query.parser.alt
 

Methods in no.sesat.search.query.parser.alt that return XorClause.Hint
protected  XorClause.Hint RotationAlternation.getAlternationHint()
          
protected  XorClause.Hint FullnameAlternation.getAlternationHint()
          
protected abstract  XorClause.Hint AbstractAlternation.getAlternationHint()
          What XorClause.Hint is used for newly created XorClause alternations.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.