Click or drag to resize

pipelineToDirectedGraphConvertorAddAndLink Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.render
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public Link AddAndLink(
	DirectedGraph output,
	Node parent,
	IPipelineNode node,
	List<IPipelineNode> newNextSet,
	Color linkColor,
	string label = ""
)

Parameters

output
Type: DirectedGraph

[Missing <param name="output"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

parent
Type: Node

[Missing <param name="parent"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

node
Type: imbNLP.PartOfSpeech.pipeline.coreIPipelineNode

[Missing <param name="node"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

newNextSet
Type: System.Collections.GenericListIPipelineNode

[Missing <param name="newNextSet"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

linkColor
Type: System.DrawingColor

[Missing <param name="linkColor"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

label (Optional)
Type: SystemString

[Missing <param name="label"/> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

Return Value

Type: Link

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.pipelineToDirectedGraphConvertor.AddAndLink(imbSCI.Graph.DGML.DirectedGraph,imbSCI.Graph.DGML.core.Node,imbNLP.PartOfSpeech.pipeline.core.IPipelineNode,System.Collections.Generic.List{imbNLP.PartOfSpeech.pipeline.core.IPipelineNode},System.Drawing.Color,System.String)"]

See Also