Click or drag to resize

IPipelineTasklastNode Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Node that was executing before currentNode

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
IPipelineNode lastNode { get; }

Property Value

Type: IPipelineNode
The last node.
See Also