Click or drag to resize

ruleActiveBaselearn Method (spiderLink)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Takes information from a page - called in foreach loop for webPages collection of loaded pages

Namespace:  imbWEM.Core.crawler.rules.active
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public abstract void learn(
	spiderLink page
)

Parameters

page
Type: imbWEM.Core.crawler.targetsspiderLink
The page.
See Also