org.jboss.dna.graph.query.model
Class FullTextSearch.Conjunction

java.lang.Object
  extended by org.jboss.dna.graph.query.model.FullTextSearch.CompoundTerm
      extended by org.jboss.dna.graph.query.model.FullTextSearch.Conjunction
All Implemented Interfaces:
Iterable<FullTextSearch.Term>, FullTextSearch.Term
Enclosing class:
FullTextSearch

public static class FullTextSearch.Conjunction
extends FullTextSearch.CompoundTerm

A set of FullTextSearch.Terms that are ANDed together.


Constructor Summary
FullTextSearch.Conjunction(List<FullTextSearch.Term> terms)
          Create a conjunction of the supplied terms.
 
Method Summary
 String toString()
          
 
Methods inherited from class org.jboss.dna.graph.query.model.FullTextSearch.CompoundTerm
equals, getTerms, hashCode, iterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullTextSearch.Conjunction

public FullTextSearch.Conjunction(List<FullTextSearch.Term> terms)
Create a conjunction of the supplied terms.

Parameters:
terms - the terms to be ANDed together; may not be null or empty
Method Detail

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.