Click or drag to resize

spiderEvaluatorBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.evaluators.spiderEvaluatorBase"]

Inheritance Hierarchy

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract class spiderEvaluatorBase : ISpiderEvaluatorBase, 
	IAppendDataFields, IObjectWithName, IObjectWithNameAndDescription, IObjectWithDescription, IAcePluginBase

The spiderEvaluatorBase type exposes the following members.

Constructors
  NameDescription
Public methodspiderEvaluatorBase
Initializes a new instance of the spiderEvaluatorBase class
Public methodspiderEvaluatorBase(String, String, String)
Initializes a new instance of the spiderEvaluatorSimpleBase class.
Top
Properties
  NameDescription
Public propertyaboutFilepath
filepath to external file with about spider text
Public propertycontrolLinkRules
Drop out rules
Public propertycontrolPageRules
Page drop-out rules
Public propertycontrolRules
Flow control objective rules
Public propertycrawlerHash
Public propertydescription
Public propertyFullDescription
Public propertyinstanceName
Public propertyname
Spider evaluator algorithm name
Public propertypageScoreRules
Public propertyparent
Public propertyplugins
Public propertysettings
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
Public methodapproveUrl
Approves the URL for futher consideration based on url string content
Public methodClone
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodgetSpiderSingleTask
Creates single web loading task
Public methodGetType (Inherited from Object.)
Public methodoperation_applyLinkRules
Public methodoperation_detectCrossLinks
Populate relationship information
Public methodoperation_evaluatePages
E3: Performes ranking, selects the next task and drops links below
Public methodoperation_GetLoadTask
E3: Performes ranking, selects the next task and drops links below
Public methodoperation_receiveResult
E1: Operations the receive result.
Public methodprepareAll
Prepares all rules for new case
Public methodreportCrawlFinished
Public methodreportDomainFinished
Public methodreportIteration
Public methodsetStartPage
Sets the start page and inicializes all rule sets
Public methodsetupAll
Setups all.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodDescribe (Defined by spiderTools.)
Top
See Also