Click or drag to resize

SwitchToSubgraphHandler Delegate

Represents a method called directly before graph processing switches to a subgraph. (Graph processing means rule and sequence execution. Not called when the main graph is replaced.)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public delegate void SwitchToSubgraphHandler(
	IGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The new graph switched to.
See Also