Click or drag to resize

ISubactionAndOutputAdditionEnvironmentSwitchToSubgraph Method

Switches the graph to the given (sub)graph. (One level added to the current graph stack.)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void SwitchToSubgraph(
	IGraph newGraph
)

Parameters

newGraph
Type: de.unika.ipd.grGen.libGrIGraph
The new graph to use as current graph
See Also