Click or drag to resize

ISpiderTargetCollection Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbCommonModels.webStructure.ISpiderTargetCollection"]

Namespace:  imbCommonModels.webStructure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ISpiderTargetCollection : IEnumerable<ISpiderTarget>, 
	IEnumerable

The ISpiderTargetCollection type exposes the following members.

Properties
  NameDescription
Public propertydescription
Human-readable description of object instance
Public propertydlTargetLinkTokens
TF-IDF Master table - for Link tokens (TST)
Public propertydlTargetPageTokens
TF-IDF Master table - for Page content tokens of DLC level
Public propertyname
Name for this instance
Public propertytermOther
Public propertytermsAll
Public propertytermSerbian
Top
Methods
  NameDescription
Public methodGetAceMatrixRotated
Public methodGetByOrigin
Gets ISpiderTarget by origin (page) of the linkVector
Public methodGetByTarget
Gets ISpiderTarget by ISpiderLink that is targeted
Public methodGetByURL
Gets a target by URL
Public methodGetDataTable
Gets the data table of all targets
Public methodGetEnumerator (Inherited from IEnumerableISpiderTarget.)
Public methodGetFlags
Public methodGetHash
Public methodGetKeyForVector
Public methodgetLinkCount
Public methodgetLinkCountRotated
Public methodGetLoaded
Returns all loaded targets, in order of target detection
Public methodGetLoadedInIteration
Gets targets loaded in the specified iteration
Public methodGetLoadedInOrderOfLoad
Gets targets loaded in order of load
Top
See Also