Click or drag to resize

IPipelineNodeAddNode Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gives to node auto-unique name variation, adds it to children and returns newly added node, or optionally returns this node

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
IPipelineNode AddNode(
	IPipelineNode node,
	bool returnHost = false
)

Parameters

node
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineNode
The node to add, and auto-rename if required.
returnHost (Optional)
Type: SystemBoolean
if set to true it will return this node, if set to false it will return newly created node for fluid operation

Return Value

Type: IPipelineNode
this node (returnHost is true) or newly added node
See Also