IPipelineTask Interface |
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.pipeline.machine.IPipelineTask"]
Namespace: imbNLP.PartOfSpeech.pipeline.machine
public interface IPipelineTask
The IPipelineTask type exposes the following members.
| Name | Description | |
|---|---|---|
| context | ||
| currentNode |
Current node where the task is
| |
| lastNode |
Node that was executing before currentNode | |
| lifeSpanLeft |
How many iterations/node moves are left for this task
| |
| model | ||
| nextNode |
Next node designated to traverse to
| |
| state |
Current state of the task
| |
| subject |
Item that is subject of process
|
| Name | Description | |
|---|---|---|
| GetStringInfo | ||
| StartProcess |
Starts the task execution
|