Click or drag to resize

IBackendCreateGraphProcessingEnvironment Method

Returns a new instance of the graph processing environment.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
IGraphProcessingEnvironment CreateGraphProcessingEnvironment(
	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 (may be null requiring later initialization).

Return Value

Type: IGraphProcessingEnvironment
See Also