Click or drag to resize

graphChangeAnalysis Constructor (IGraphNode, IGraphNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the graphChangeAnalysis class - and calls Perform method immediatly

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public graphChangeAnalysis(
	IGraphNode graphA,
	IGraphNode graphB
)
Request Example View Source

Parameters

graphA
Type: imbSCI.Data.collection.graphIGraphNode
The graph a.
graphB
Type: imbSCI.Data.collection.graphIGraphNode
The graph b.
See Also