Click or drag to resize

pipelineModelT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Model
Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNodeCustom
      imbNLP.PartOfSpeech.pipeline.corepipelineNodeT
        imbNLP.PartOfSpeech.pipeline.corepipelineModelT
          imbNLP.PartOfSpeech.pipeline.corepipelineModelForContentToken
          imbNLP.PartOfSpeech.pipeline.modelsstandardModel

Namespace:  imbNLP.PartOfSpeech.pipeline.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public abstract class pipelineModel<T> : pipelineNode<T>, 
	IPipelineModel, IPipelineNode, IGraphNode, IEnumerable, IObjectWithParent, 
	IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, 
	IObjectWithTreeView
where T : class, IPipelineTaskSubject

Type Parameters

T

The pipelineModelT type exposes the following members.

Constructors
  NameDescription
Protected methodpipelineModelT
Initializes a new instance of the pipelineModelT class
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphNodeCustom.)
Public propertydescription
Gets or sets the description.
Protected propertydoAutonameFromTypeName (Inherited from pipelineNodeT.)
Protected propertydoAutorenameOnExisting (Inherited from pipelineNodeT.)
Public propertyexitBin
Default exit bin
Public propertyforTreeview (Inherited from graphNodeCustom.)
Public propertyforward (Overrides pipelineNodeTforward.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyLabel
Title of the node, to be displayed in graphs
(Inherited from pipelineNodeT.)
Public propertylevel (Inherited from graphNodeBase.)
Public propertylogger
Public propertymodel
Regerence to the model root
(Inherited from pipelineNodeT.)
Protected propertymychildren (Inherited from graphNodeCustom.)
Public propertyname (Inherited from graphNodeBase.)
Public propertynext
Default next pipeline node
(Overrides pipelineNodeTnext.)
Public propertynodeType (Overrides pipelineNodeTnodeType.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Inherited from graphNodeBase.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertytaskInitialLife
Initial life for new task at this model
Public propertytrashBin
Trashed
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode) (Inherited from graphNodeCustom.)
Public methodAddNode
Gives to node auto-unique name variation, adds it to children and returns newly added node, or optionally returns this node
(Inherited from pipelineNodeT.)
Public methodAddStealthLink
Adds the stealth link.
(Inherited from pipelineNodeT.)
Public methodconstructionProcess
Process of self construction
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCreateChildItem (Overrides graphNodeCustom.CreateChildItem(String).)
Public methodcreatePrimaryTasks
It will be called by [!:pipelineMachine.run(IPipelineModel)] method to get initial tasks to run
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndex (Inherited from graphNodeCustom.)
Public methodGetSibling (Inherited from graphNodeCustom.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNestNode
Nests the node.
(Inherited from pipelineNodeT.)
Public methodprocess
Process call -- just forwards the task to its first child
(Overrides pipelineNodeTprocess(IPipelineTask).)
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodSetLabel (Inherited from pipelineNodeT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also