Click or drag to resize

pipelinePageLanguageFilterNode Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Task builder node. If the task is not for it, it will forward it to next,
Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNodeCustom
      imbNLP.PartOfSpeech.pipeline.corepipelineNodepipelineTaskMCRepoSubject
        imbNLP.PartOfSpeech.pipeline.corepipelineNodeRegularpipelineTaskMCRepoSubject
          imbWBI.Core.WebClassifier.pipelineMCRepo.modelpipelinePageLanguageFilterNode

Namespace:  imbWBI.Core.WebClassifier.pipelineMCRepo.model
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class pipelinePageLanguageFilterNode : pipelineNodeRegular<pipelineTaskMCRepoSubject>

The pipelinePageLanguageFilterNode type exposes the following members.

Constructors
  NameDescription
Public methodpipelinePageLanguageFilterNode
Initializes a new instance of the pipelinePageLanguageFilterNode class.
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphNodeCustom.)
Protected propertydoAutonameFromTypeName (Inherited from pipelineNodeT.)
Protected propertydoAutorenameOnExisting (Inherited from pipelineNodeT.)
Public propertyforTreeview (Inherited from graphNodeCustom.)
Public propertyforward
Default next node to go, for positive result of the test
(Inherited from pipelineNodeRegularT.)
Public propertyforwardPredefined (Inherited from pipelineNodeRegularT.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyLabel
Title of the node, to be displayed in graphs
(Inherited from pipelineNodeT.)
Protected propertylanguagePrimary
Protected propertylanguages
Public propertylevel (Inherited from graphNodeBase.)
Public propertylimitValidPageCount
Protected propertymLanguageEval
Public propertymodel
Regerence to the model root
(Inherited from pipelineNodeT.)
Protected propertymychildren (Inherited from graphNodeCustom.)
Public propertyname (Inherited from graphNodeBase.)
Public propertynext
Default next pipeline node: if there is a child, then child -- if there is a sibling next to this node> then sibling, if this was the last child of parent then exitBin
(Inherited from pipelineNodeRegularT.)
Public propertynextPredefined (Inherited from pipelineNodeRegularT.)
Public propertynodeType (Inherited from pipelineNodeRegularT.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Inherited from graphNodeBase.)
Public propertyroot (Inherited from graphNodeBase.)
Protected propertysettings
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode) (Inherited from graphNodeCustom.)
Public methodAddNode
Gives to node auto-unique name variation, adds it to children and returns newly added node, or optionally returns this node
(Inherited from pipelineNodeT.)
Public methodAddNodes
Adds the nodes as forwardPredefined and nextPredefined, and returns node according to returnHost and returnNextNotForward
(Inherited from pipelineNodeRegularT.)
Public methodAddStealthLink
Adds the stealth link.
(Inherited from pipelineNodeT.)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCreateChildItem (Inherited from pipelineNodeRegularT.)
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 methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndex (Inherited from graphNodeCustom.)
Public methodGetSibling (Inherited from graphNodeCustom.)
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.)
Protected methodNestNode
Nests the node.
(Inherited from pipelineNodeT.)
Public methodprocess
Task builder for imbMCRepository level of subject. Sends to next if task is not with pipelineTaskMCRepoSubject
(Overrides pipelineNodeRegularTprocess(IPipelineTask).)
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodSetLabel
Automatically sets label
(Inherited from pipelineNodeRegularT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Remarks

if task is processed and new tasks were fed into pipelineModelExecutionContext it will forward the processed task to the forward

See Also

Reference

[!:imbNLP.PartOfSpeech.pipeline.core.pipelineNodeRegular<imbNLP.PartOfSpeech.pipeline.machine.pipelineTaskSubjectContentToken>]