|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ir.webutils.PageGoal
public class PageGoal
Object for defining the goal in a heuristic web search. Default version checks if page contains all of a set of "want strings"
Constructor Summary | |
---|---|
PageGoal(java.lang.String[] wantStrings)
Construct a PageGoal with these wantStrings |
Method Summary | |
---|---|
boolean |
satisfiedBy(HTMLPage page)
Returns true if this page satisfies the goal by containing all of the wantStrings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageGoal(java.lang.String[] wantStrings)
Method Detail |
---|
public boolean satisfiedBy(HTMLPage page)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |