IPipelineTaskSubject Interface |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.pipeline.machine
public interface IPipelineTaskSubject : IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView
The IPipelineTaskSubject type exposes the following members.
| Name | Description | |
|---|---|---|
| codeID |
code identifier
| |
| contentLevelType | ||
| currentForm |
Current form of the task subject
| |
| flagBag |
Bag of various flags, associated to the task subject
| |
| forTreeview | (Inherited from IGraphNode.) | |
| initialForm |
Initial form of task subject
| |
| isLeaf | (Inherited from IGraphNode.) | |
| Item | (Inherited from IGraphNode.) | |
| Label |
Display label
| |
| level | (Inherited from IGraphNode.) | |
| name | (Inherited from IGraphNode.) | |
| parent | (Inherited from IGraphNode.) | |
| path | (Inherited from IGraphNode.) | |
| pathSeparator | (Inherited from IGraphNode.) | |
| root | (Inherited from IGraphNode.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from IGraphNode.) | |
| ContainsKey | (Inherited from IGraphNode.) | |
| Count | (Inherited from IGraphNode.) | |
| getChildNames | (Inherited from IGraphNode.) | |
| GetEnumerator | (Inherited from IGraphNode.) | |
| getFirst | (Inherited from IGraphNode.) | |
| Remove(IEnumerableString) | (Inherited from IGraphNode.) | |
| Remove(String) | (Inherited from IObjectWithPathAndChildren.) | |
| RemoveByKey | (Inherited from IGraphNode.) | |
| SetLabel |
Auto-sets the label.
|
| Name | Description | |
|---|---|---|
| GetParentOfTypeT |
Returns first parent in ansestor line that is of specified type
(Defined by pipelineSubjectTools.) |