pipelineModelT Class |
Namespace: imbNLP.PartOfSpeech.pipeline.core
public abstract class pipelineModel<T> : pipelineNode<T>, IPipelineModel, IPipelineNode, IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView where T : class, IPipelineTaskSubject
The pipelineModelT type exposes the following members.
| Name | Description | |
|---|---|---|
| pipelineModelT | Initializes a new instance of the pipelineModelT class |
| Name | Description | |
|---|---|---|
| children | (Inherited from graphNodeCustom.) | |
| description |
Gets or sets the description.
| |
| doAutonameFromTypeName | (Inherited from pipelineNodeT.) | |
| doAutorenameOnExisting | (Inherited from pipelineNodeT.) | |
| exitBin |
Default exit bin
| |
| forTreeview | (Inherited from graphNodeCustom.) | |
| forward | (Overrides pipelineNodeTforward.) | |
| isLeaf | (Inherited from graphNodeBase.) | |
| Item | (Inherited from graphNodeCustom.) | |
| Item | (Inherited from graphNodeCustom.) | |
| Label |
Title of the node, to be displayed in graphs
(Inherited from pipelineNodeT.) | |
| level | (Inherited from graphNodeBase.) | |
| logger | ||
| model |
Regerence to the model root
(Inherited from pipelineNodeT.) | |
| mychildren | (Inherited from graphNodeCustom.) | |
| name | (Inherited from graphNodeBase.) | |
| next |
Default next pipeline node
(Overrides pipelineNodeTnext.) | |
| nodeType | (Overrides pipelineNodeTnodeType.) | |
| parent | (Inherited from graphNodeBase.) | |
| path | (Inherited from graphNodeBase.) | |
| pathSeparator | (Inherited from graphNodeBase.) | |
| root | (Inherited from graphNodeBase.) | |
| taskInitialLife |
Initial life for new task at this model
| |
| trashBin |
Trashed
|
| Name | Description | |
|---|---|---|
| Add(String) | (Inherited from graphNodeCustom.) | |
| Add(IGraphNode) | (Inherited from graphNodeCustom.) | |
| AddNode |
Gives to node auto-unique name variation, adds it to children and returns newly added node, or optionally returns this node
(Inherited from pipelineNodeT.) | |
| AddStealthLink |
Adds the stealth link.
(Inherited from pipelineNodeT.) | |
| constructionProcess |
Process of self construction
| |
| ContainsKey | (Inherited from graphNodeBase.) | |
| Count | (Inherited from graphNodeBase.) | |
| CreateChildItem | (Overrides graphNodeCustom.CreateChildItem(String).) | |
| createPrimaryTasks |
It will be called by [!:pipelineMachine.run(IPipelineModel)] method to get initial tasks to run
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getChildNames | (Inherited from graphNodeBase.) | |
| GetEnumerator | (Inherited from graphNodeBase.) | |
| getFirst | (Inherited from graphNodeBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIndex | (Inherited from graphNodeCustom.) | |
| GetSibling | (Inherited from graphNodeCustom.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NestNode |
Nests the node.
(Inherited from pipelineNodeT.) | |
| process |
Process call -- just forwards the task to its first child
(Overrides pipelineNodeTprocess(IPipelineTask).) | |
| Remove(String) | (Inherited from graphNodeBase.) | |
| Remove(IEnumerableString) | (Inherited from graphNodeBase.) | |
| RemoveByKey | (Inherited from graphNodeBase.) | |
| SetLabel | (Inherited from pipelineNodeT.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |