Click or drag to resize

SM_LS 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.modular.SM_LS"]

Inheritance Hierarchy

Namespace:  imbWEM.Core.crawler.evaluators.modular
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class SM_LS : spiderModularEvaluatorBase, ISpiderWithLanguageModule, 
	ISpiderWithStructureModule

The SM_LS type exposes the following members.

Constructors
  NameDescription
Public methodSM_LS
Initializes a new instance of the SM_LS 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 propertymodule_language
Public propertymodule_structure
Public propertymodules
(Inherited from spiderModularEvaluatorBase.)
Public propertyname
Spider evaluator algorithm name
(Inherited from spiderEvaluatorBase.)
Public propertypageScoreRules
(Inherited from spiderEvaluatorBase.)
Public propertyparent
(Inherited from spiderEvaluatorBase.)
Public propertyplugins (Inherited from spiderEvaluatorBase.)
Public propertyprimaryLanguage
Public propertysecondaryLanguage
Public propertysettings
(Inherited from spiderEvaluatorBase.)
Top
Methods
  NameDescription
Public methodAppendDataFields (Inherited from spiderModularEvaluatorBase.)
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 (Inherited from spiderModularEvaluatorBase.)
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 (Inherited from spiderModularEvaluatorBase.)
Public methodoperation_receiveResult
E1: Operations the receive result.
(Inherited from spiderEvaluatorBase.)
Public methodprepareAll (Inherited from spiderModularEvaluatorBase.)
Public methodreportCrawlFinished (Inherited from spiderModularEvaluatorBase.)
Public methodreportDomainFinished (Inherited from spiderModularEvaluatorBase.)
Public methodreportIteration (Inherited from spiderModularEvaluatorBase.)
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