Click or drag to resize

freeGraphAdapterTNode Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the freeGraphAdapterTNode class, attaches the graph and assigns prefixes for IDs of nodes, according to type number

Namespace:  imbSCI.Graph.FreeGraph.adapters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphAdapter(
	freeGraph _graph,
	freeGraphTypedNodesRegister _source,
	string _mainPrefix,
	string[] prefixes
)
Request Example View Source

Parameters

_graph
Type: imbSCI.Graph.FreeGraphfreeGraph
The graph.
_source
Type: imbSCI.Graph.FreeGraph.adaptersfreeGraphTypedNodesRegister
_mainPrefix
Type: SystemString
prefixes
Type: SystemString
The prefixes.
See Also