Click or drag to resize

controlRuleBaseTevaluate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Evaluates the specified page.

Namespace:  imbWEM.Core.crawler.rules.control
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract spiderObjectiveSolution evaluate(
	T element,
	modelSpiderSiteRecord sRecord,
	params Object[] resources
)

Parameters

element
Type: T

[Missing <param name="element"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlRuleBase`1.evaluate(`0,imbWEM.Core.crawler.model.modelSpiderSiteRecord,System.Object[])"]

sRecord
Type: imbWEM.Core.crawler.modelmodelSpiderSiteRecord

[Missing <param name="sRecord"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlRuleBase`1.evaluate(`0,imbWEM.Core.crawler.model.modelSpiderSiteRecord,System.Object[])"]

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbWEM.Core.crawler.rules.control.controlRuleBase`1.evaluate(`0,imbWEM.Core.crawler.model.modelSpiderSiteRecord,System.Object[])"]

Return Value

Type: spiderObjectiveSolution

[Missing <returns> documentation for "M:imbWEM.Core.crawler.rules.control.controlRuleBase`1.evaluate(`0,imbWEM.Core.crawler.model.modelSpiderSiteRecord,System.Object[])"]

See Also