IPipelineModel Interface |
Namespace: imbNLP.PartOfSpeech.pipeline.core
public interface IPipelineModel : IPipelineNode, IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView
The IPipelineModel type exposes the following members.
| Name | Description | |
|---|---|---|
| exitBin |
Default exit bin
| |
| forTreeview | (Inherited from IGraphNode.) | |
| forward |
Default next node to go, for positive result of the test
(Inherited from IPipelineNode.) | |
| isLeaf | (Inherited from IGraphNode.) | |
| Item | (Inherited from IGraphNode.) | |
| Label |
Display name, used for reporting purposes
(Inherited from IPipelineNode.) | |
| level | (Inherited from IGraphNode.) | |
| model |
Regerence to the model root
(Inherited from IPipelineNode.) | |
| name | (Inherited from IGraphNode.) | |
| next |
Default next node to go, for negative results of the test
(Inherited from IPipelineNode.) | |
| nodeType |
Type of node designator
(Inherited from IPipelineNode.) | |
| parent | (Inherited from IGraphNode.) | |
| path | (Inherited from IGraphNode.) | |
| pathSeparator | (Inherited from IGraphNode.) | |
| root | (Inherited from IGraphNode.) | |
| taskInitialLife |
Initial life for new task at this model
| |
| trashBin |
Trashed
|
| Name | Description | |
|---|---|---|
| Add | (Inherited from IGraphNode.) | |
| AddNode |
Gives to node auto-unique name variation, adds it to children and returns newly added node, or optionally returns this node
(Inherited from IPipelineNode.) | |
| constructionProcess |
Constructions the process.
| |
| ContainsKey | (Inherited from IGraphNode.) | |
| Count | (Inherited from IGraphNode.) | |
| createPrimaryTasks |
Creates the primary tasks, called by machine's run method
| |
| getChildNames | (Inherited from IGraphNode.) | |
| GetEnumerator | (Inherited from IGraphNode.) | |
| getFirst | (Inherited from IGraphNode.) | |
| process |
Processes the specified task and returns the next node to go into
(Inherited from IPipelineNode.) | |
| Remove(IEnumerableString) | (Inherited from IGraphNode.) | |
| Remove(String) | (Inherited from IObjectWithPathAndChildren.) | |
| RemoveByKey | (Inherited from IGraphNode.) | |
| SetLabel |
Automatically sets label
(Inherited from IPipelineNode.) |