Click or drag to resize

IGraphProcessingEnvironmentInitialize Method

Allows to (re-)initialize a graph processing environment (esp. called when actions are added, it is possible to create a graph processing environment only with a graph and null actions).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
void Initialize(
	IGraph graph,
	IActions actions
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The host(/root) graph.
actions
Type: de.unika.ipd.grGen.libGrIActions
The actions to apply on the host graph.
See Also