Click or drag to resize

IPipelineTask Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.pipeline.machine.IPipelineTask"]

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public interface IPipelineTask

The IPipelineTask type exposes the following members.

Properties
  NameDescription
Public propertycontext
Public propertycurrentNode
Current node where the task is
Public propertylastNode
Node that was executing before currentNode
Public propertylifeSpanLeft
How many iterations/node moves are left for this task
Public propertymodel
Public propertynextNode
Next node designated to traverse to
Public propertystate
Current state of the task
Public propertysubject
Item that is subject of process
Top
Methods
  NameDescription
Public methodGetStringInfo
Public methodStartProcess
Starts the task execution
Top
See Also