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.1
Syntax
C#
void SwitchToSubgraph(
	IGraph newGraph
)

Parameters

newGraph  IGraph
The new graph to use as current graph
See Also