Click or drag to resize

SequenceBaseGetCurrentlyExecutedSequenceBase Method

Returns the innermost sequence base beneath this as root which gets currently executed (for sequences on call stack this is the call). A path in the sequence tree gets executed, the innermost is the important one.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public virtual SequenceBase GetCurrentlyExecutedSequenceBase()

Return Value

SequenceBase
The innermost sequence currently executed, or null if there is no such
See Also