Click or drag to resize

breadthFirst 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.breadthFirst"]

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 class breadthFirst : spiderEvaluatorSimpleBase

The breadthFirst type exposes the following members.

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