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.1
Syntax
C#
public delegate void SwitchToSubgraphHandler(
	IGraph graph
)

Parameters

graph  IGraph
The new graph switched to.
See Also