public final class OrTerm extends SearchTerm
| Constructor and Description |
|---|
OrTerm (SearchTerm[] t)
Constructor with multiple search terms.
|
OrTerm (SearchTerm t1,
SearchTerm t2)
Constructor with two operands.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals (java.lang.Object other) |
SearchTerm[] |
getTerms ()
Returns the search terms.
|
int |
hashCode () |
boolean |
match (Message msg)
Returns true only if any of the terms specified in this term match
the given message.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic OrTerm(SearchTerm t1, SearchTerm t2)
t1 - the first termt2 - the second termpublic OrTerm(SearchTerm[] t)
t - the termspublic SearchTerm[] getTerms()
public boolean match(Message msg)
match in class SearchTerm public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object