Click or drag to resize

controlObjectiveRuleBase Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the controlObjectiveRuleBase class.

Namespace:  imbWEM.Core.crawler.rules.control
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public controlObjectiveRuleBase(
	spiderEvaluatorSimpleBase __parent,
	spiderObjectiveEnum spiderObjectiveEnum,
	spiderObjectiveStatus avoided,
	spiderObjectiveStatus notSolved,
	string __name,
	string __description,
	int __treshold
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsspiderEvaluatorSimpleBase
The parent.
spiderObjectiveEnum
Type: imbWEM.Core.stagespiderObjectiveEnum
The spider objective enum.
avoided
Type: imbWEM.Core.stagespiderObjectiveStatus
The avoided.
notSolved
Type: imbWEM.Core.stagespiderObjectiveStatus
The not solved.
__name
Type: SystemString
The v1.
__description
Type: SystemString
The v2.
__treshold
Type: SystemInt32
The v3.
See Also