Click or drag to resize

propertyExpressionToDirectedGraphConverterGetLinkLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the label for link - by default implementation returns empty string

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override string GetLinkLabel(
	PropertyExpression nodeA,
	PropertyExpression nodeB
)
Request Example View Source

Parameters

nodeA
Type: imbSCI.Core.dataPropertyExpression
The node a.
nodeB
Type: imbSCI.Core.dataPropertyExpression
The node b.

Return Value

Type: String
See Also