Click or drag to resize

pipelineModelExecutionContext Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Result of an pipeline machine processing
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.pipeline.machinepipelineModelExecutionContext

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

The pipelineModelExecutionContext type exposes the following members.

Constructors
  NameDescription
Public methodpipelineModelExecutionContext
Initializes a new instance of the pipelineModelExecutionContext class.
Top
Properties
  NameDescription
Public propertycurrentTake
Protected propertycustomDataProperties
Collection of custom data properties, accessable from tasks
Public propertyexitByLevel
Public propertyexitByType
Public propertyexitSubjects
Subjects that were completed
Public propertyfinishedTasks
Gets or sets the scheduled tasks.
Public propertylastStatusUpdate
Public propertylastTakeSize
Public propertylogger
Public propertymodel
pipeline model
Public propertyRunInDebugMode
Public propertyscheduledTasks
Gets or sets the scheduled tasks.
Public propertystartTime
Public propertytakeCounter
Public propertytrashSubjects
Subjects that were trashed
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 methodGetAndChangeCustomDataProperty
Updates custom data property of type Int32 and returns new value
Public methodGetCustomDataPropertyT
Gets the custom data property.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSignature
Public methodGetSinceLastStatusUpdate
Gets the since last status update.
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 methodSetCustomDataPropertyT
Gets the custom data property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also