IMCRepoProcessModelT Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.pipelineMCRepo.model.IMCRepoProcessModel`1"]
Namespace: imbWBI.Core.WebClassifier.pipelineMCRepo.model
public interface IMCRepoProcessModel<T> : IPipelineModel, IPipelineNode, IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView
[Missing <typeparam name="T"/> documentation for "T:imbWBI.Core.WebClassifier.pipelineMCRepo.model.IMCRepoProcessModel`1"]
The IMCRepoProcessModelT type exposes the following members.
| Name | Description | |
|---|---|---|
| exitBin |
Default exit bin
(Inherited from IPipelineModel.) | |
| 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.) | |
| setup | ||
| taskInitialLife |
Initial life for new task at this model
(Inherited from IPipelineModel.) | |
| trashBin |
Trashed
(Inherited from IPipelineModel.) |
| 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.
(Inherited from IPipelineModel.) | |
| ContainsKey | (Inherited from IGraphNode.) | |
| Count | (Inherited from IGraphNode.) | |
| createPrimaryTasks |
Creates the primary tasks, called by machine's run method
(Inherited from IPipelineModel.) | |
| 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.) |