 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic delegate void SwitchToSubgraphHandler(
IGraph graph
)
Parameters
- graph IGraph
- The new graph switched to.
See Also