Click or drag to resize

spiderEvaluatorBase Class

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.3.55
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
Protected propertysetupCalled
Top
Methods
  NameDescription
Protected method__operation_GetLoadTaskCommon
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetSpiderSingleTask
Creates single web loading task
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodoperation_applyLinkRules
Public methodoperation_detectCrossLinks
Populate relationship information
Protected methodoperation_doControlAndStats
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_settings
Top
Extension Methods
  NameDescription
Public Extension MethodDescribe (Defined by spiderTools.)
Top
See Also