Click or drag to resize

freeGraphGetLinkedNodes Method (IEnumerableString, Int32, Boolean, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Iterative query for linked nodes.

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphQueryResult GetLinkedNodes(
	IEnumerable<string> queryNodeNames,
	int expansionSteps = 1,
	bool includeBtoAlinks = false,
	bool includeQueryNodesInResult = false,
	bool cloneAndAdjustWeight = true
)
Request Example View Source

Parameters

queryNodeNames
Type: System.Collections.GenericIEnumerableString
The query node names.
expansionSteps (Optional)
Type: SystemInt32
The expansion steps - number of iterations in linked nodes collecting process
includeBtoAlinks (Optional)
Type: SystemBoolean
if set to true [include bto alinks].
includeQueryNodesInResult (Optional)
Type: SystemBoolean
if set to true [include query nodes in result].
cloneAndAdjustWeight (Optional)
Type: SystemBoolean

Return Value

Type: freeGraphQueryResult
See Also