Click or drag to resize

IPipelineTaskSubject Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Subject of pipeline processing

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public interface IPipelineTaskSubject : IGraphNode, 
	IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, 
	IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView

The IPipelineTaskSubject type exposes the following members.

Properties
  NameDescription
Public propertycodeID
code identifier
Public propertycontentLevelType
Public propertycurrentForm
Current form of the task subject
Public propertyflagBag
Bag of various flags, associated to the task subject
Public propertyforTreeview (Inherited from IGraphNode.)
Public propertyinitialForm
Initial form of task subject
Public propertyisLeaf (Inherited from IGraphNode.)
Public propertyItem (Inherited from IGraphNode.)
Public propertyLabel
Display label
Public propertylevel (Inherited from IGraphNode.)
Public propertyname (Inherited from IGraphNode.)
Public propertyparent (Inherited from IGraphNode.)
Public propertypath (Inherited from IGraphNode.)
Public propertypathSeparator (Inherited from IGraphNode.)
Public propertyroot (Inherited from IGraphNode.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from IGraphNode.)
Public methodContainsKey (Inherited from IGraphNode.)
Public methodCount (Inherited from IGraphNode.)
Public methodgetChildNames (Inherited from IGraphNode.)
Public methodGetEnumerator (Inherited from IGraphNode.)
Public methodgetFirst (Inherited from IGraphNode.)
Public methodRemove(IEnumerableString) (Inherited from IGraphNode.)
Public methodRemove(String) (Inherited from IObjectWithPathAndChildren.)
Public methodRemoveByKey (Inherited from IGraphNode.)
Public methodSetLabel
Auto-sets the label.
Top
Extension Methods
See Also