Click or drag to resize

IGraphRegisterProcessingEnvironment Method

Allows a persistent graph to track changes to subgraphs (by following switch-to / return-from subgraph events) Otherwise a NOP.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
void RegisterProcessingEnvironment(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
The graph processing environment used in processing the graph (this graph, in the form of the top-level host graph)
See Also