Click or drag to resize

graphAnalysisPair Constructor (IGraphNode, IGraphNode, graphChangeType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the graphAnalysisPair class.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public graphAnalysisPair(
	IGraphNode node_a,
	IGraphNode node_b,
	graphChangeType _result
)
Request Example View Source

Parameters

node_a
Type: imbSCI.Data.collection.graphIGraphNode
The node a.
node_b
Type: imbSCI.Data.collection.graphIGraphNode
The node b.
_result
Type: imbSCI.Data.collection.graphgraphChangeType
The result.
See Also