pipelineTaskT Class |
Namespace: imbNLP.PartOfSpeech.pipeline.machine
The pipelineTaskT type exposes the following members.
| Name | Description | |
|---|---|---|
| pipelineTaskT |
Sets subject, model reference and lifespan
|
| 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 |
Gets or sets the model.
| |
| nextNode |
Next node designated to traverse to
| |
| state |
Gets or sets the state.
| |
| subject |
Item that is subject of process
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetStringInfo | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartProcess |
Starting task execution
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |