Click or drag to resize

controlRuleBaseTlearn Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Takes information from page - called before evaluation

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 void learn(
	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.learn(`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.learn(`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.learn(`0,imbWEM.Core.crawler.model.modelSpiderSiteRecord,System.Object[])"]

See Also