Click or drag to resize

pipelineTaskT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
One pipeline task
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.pipeline.machinepipelineTaskT

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class pipelineTask<T> : IPipelineTask
where T : IPipelineTaskSubject

Type Parameters

T

The pipelineTaskT type exposes the following members.

Constructors
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
Gets or sets the model.
Public propertynextNode
Next node designated to traverse to
Public propertystate
Gets or sets the state.
Public propertysubject
Item that is subject of process
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStringInfo
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartProcess
Starting task execution
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberRETRY
Top
See Also