spiderEvalRuleBase Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.crawler.core
public abstract class spiderEvalRuleBase : IRuleBase, IObjectWithName, IObjectWithDescription, IObjectWithNameAndDescription, IAcePluginBase
The spiderEvalRuleBase type exposes the following members.
| Name | Description | |
|---|---|---|
| spiderEvalRuleBase | Initializes a new instance of the spiderEvalRuleBase class |
| Name | Description | |
|---|---|---|
| description |
Describes how this rule affects the link or page - static part of description
| |
| instanceName | ||
| mode | ||
| name |
Caption name of the rule
| |
| parent |
Reference to the evaluator that hosts this rule
| |
| penaltyUnit |
Score penalty for a link not meeting criteria
| |
| priority |
Priority of this rule
| |
| role | ||
| scoreUnit |
Score reward for a link meeting criteria
| |
| subject | ||
| tagName |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| prepare |
Prepares this instance - clears temporary data
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DescribeRule | (Defined by spiderTools.) |