All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.LabelPredicate

java.lang.Object
   |
   +----websphinx.workbench.LabelPredicate

public class LabelPredicate
extends Object
implements LinkPredicate, PagePredicate

Constructor Index

 o LabelPredicate(String, boolean)

Method Index

 o connected(Crawler)
 o disconnected(Crawler)
 o equals(Object)
 o getLabels()
 o getOrTerms()
 o shouldActOn(Page)
 o shouldVisit(Link)

Constructors

 o LabelPredicate
 public LabelPredicate(String labels,
                       boolean orTerms)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getLabels
 public String getLabels()
 o getOrTerms
 public boolean getOrTerms()
 o connected
 public void connected(Crawler crawler)
 o disconnected
 public void disconnected(Crawler crawler)
 o shouldVisit
 public boolean shouldVisit(Link link)
 o shouldActOn
 public boolean shouldActOn(Page page)

All Packages  Class Hierarchy  This Package  Previous  Next  Index