Click or drag to resize

IActionExecutionEnvironmentGraph Property

Returns the graph currently focused in processing / sequence execution. This may be the initial main graph, or a subgraph switched to, the current top element of the graph usage stack.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IGraph Graph { get; set; }

Property Value

Type: IGraph
See Also