getSettings() Get the CrawlerSettings object this refinement refers to.
public boolean
isWithinRefinementBounds(UURI uri) Check if a URI is within the bounds of every criteria set for this
refinement.
Parameters: uri - the URI that shoulb be checked.
Create a new instance of Refinement
Parameters: owner - the settings object that owns the refinement. Parameters: reference - a name that combined with the owner uniquely identifiesthe refinement.
Create a new instance of Refinement
Parameters: owner - the settings object that owns the refinement. Parameters: reference - a name that combined with the owner uniquely identifiesthe refinement. Parameters: descr - A textual description of the refinement.
Get the CrawlerSettings object this refinement refers to.
the settings object this refinement refers to.
isWithinRefinementBounds
public boolean isWithinRefinementBounds(UURI uri)(Code)
Check if a URI is within the bounds of every criteria set for this
refinement.
Parameters: uri - the URI that shoulb be checked. true if within bounds.